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

0.34.2: make man page doc fails #341

Closed
kloczek opened this issue Feb 28, 2020 · 1 comment
Closed

0.34.2: make man page doc fails #341

kloczek opened this issue Feb 28, 2020 · 1 comment

Comments

@kloczek
Copy link

kloczek commented Feb 28, 2020

Looks like wrong path.

+ /usr/bin/make -O -j48 V=1 VERBOSE=1 -C docs man
make: Entering directory '/home/tkloczko/rpmbuild/BUILD/wheel-0.34.2/docs'
sphinx-build -b man -d _build/doctrees   . _build/man
Running Sphinx v2.2.2

Configuration error:
There is a programmable error in your configuration file:

Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/sphinx/config.py", line 361, in eval_config_file
    execfile_(filename, namespace)
  File "/usr/lib/python3.8/site-packages/sphinx/util/pycompat.py", line 81, in execfile_
    exec(code, _globals)
  File "/home/tkloczko/rpmbuild/BUILD/wheel-0.34.2/docs/conf.py", line 52, in <module>
    with io.open(os.path.join(here, '..', 'wheel', '__init__.py'),
FileNotFoundError: [Errno 2] No such file or directory: '/home/tkloczko/rpmbuild/BUILD/wheel-0.34.2/docs/../wheel/__init__.py'
@kloczek
Copy link
Author

kloczek commented Feb 29, 2020

It works.

Thx :)

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

No branches or pull requests

2 participants