Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.3.0: sphinx warnings on generate man page #132

Closed
kloczek opened this issue May 16, 2021 · 1 comment · Fixed by #139
Closed

5.3.0: sphinx warnings on generate man page #132

kloczek opened this issue May 16, 2021 · 1 comment · Fixed by #139

Comments

@kloczek
Copy link

kloczek commented May 16, 2021

+ sphinx-build -b man -d inflect docs .
Running Sphinx v3.5.4
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 2 added, 0 changed, 0 removed
reading sources... [100%] index
CHANGES (links).rst:97: WARNING: Unexpected indentation.
CHANGES (links).rst:98: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/tkloczko/rpmbuild/BUILD/inflect-5.3.0/docs/history.rst:6: WARNING: Duplicate explicit target name: "jazzband".
CHANGES (links).rst:200: WARNING: Bullet list ends without a blank line; unexpected unindent.
WARNING: autodoc: failed to import module 'inflect'; the following exception was raised:
No module named 'inflect'
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-inflect.3 { history } done
build succeeded, 5 warnings.
dgilman added a commit to dgilman/inflect that referenced this issue Sep 6, 2021
@kloczek
Copy link
Author

kloczek commented Apr 5, 2022

Tested. It is clean in 5.5.0

+ /usr/bin/python3 setup.py build_sphinx -b man --build-dir build/sphinx
running build_sphinx
Running Sphinx v4.5.0
making output directory... done
Temporary build environment: /tmp/pep517-build-env-h9tlb9_8
Calling pip to install ['setuptools>=56', 'setuptools_scm[toml]>=3.4.1']
Collecting setuptools>=56
  Using cached setuptools-62.0.0-py3-none-any.whl (1.1 MB)
Collecting setuptools_scm[toml]>=3.4.1
  Using cached setuptools_scm-6.4.2-py3-none-any.whl (37 kB)
Collecting packaging>=20.0
  Using cached packaging-21.3-py3-none-any.whl (40 kB)
Collecting tomli>=1.0.0
  Using cached tomli-2.0.1-py3-none-any.whl (12 kB)
Collecting pyparsing!=3.0.5,>=2.0.2
  Using cached pyparsing-3.0.7-py3-none-any.whl (98 kB)
Installing collected packages: tomli, setuptools, pyparsing, packaging, setuptools_scm
Successfully installed packaging pyparsing setuptools setuptools_scm tomli
Got build requires: ['wheel']
Calling pip to install ['wheel']
Collecting wheel
  Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
Installing collected packages: wheel
Successfully installed wheel-0.37.1
Installed dynamic build dependencies
Trying to build metadata in /tmp/tmp0yjnqbp4
loading intersphinx inventory from https://docs.python.org/3/objects.inv...
building [mo]: targets for 0 po files that are out of date
building [man]: all manpages
updating environment: [new config] 2 added, 0 changed, 0 removed
reading sources... [100%] index
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
writing... python-inflect.3 { history } done
build succeeded.

Thank you 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant