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

make docs isn't working. #404

Closed
DailyDreaming opened this issue Jul 24, 2019 · 1 comment
Closed

make docs isn't working. #404

DailyDreaming opened this issue Jul 24, 2019 · 1 comment
Assignees

Comments

@DailyDreaming
Copy link
Contributor

DailyDreaming commented Jul 24, 2019

Might need to upgrade sphinx (currently 2.1.2 -> 3.0.x).

(v3nv) quokka@qcore:~/git/delet/dcp-cli$ make docs
make -C docs html
make[1]: Entering directory '/home/quokka/git/delet/dcp-cli/docs'
Running Sphinx v2.1.2
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 3 source files that are out of date
updating environment: 3 added, 0 changed, 0 removed
reading sources... [ 33%] api                                                   
Exception occurred:
  File "/usr/lib/python3.6/inspect.py", line 186, in iscoroutinefunction
    object.__code__.co_flags & CO_COROUTINE)
AttributeError: '_ClientMethodFactory' object has no attribute '__code__'
The full traceback has been saved in /tmp/sphinx-err-6jwazei4.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
Makefile:20: recipe for target 'html' failed
make[1]: *** [html] Error 2
make[1]: Leaving directory '/home/quokka/git/delet/dcp-cli/docs'
Makefile:47: recipe for target 'docs' failed
make: *** [docs] Error 2
@jeffrey856
Copy link

Closed by this fix from sphinx.

sphinx-doc/sphinx#6605

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

No branches or pull requests

2 participants