You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thanks for the helpful youtube video.
I tried the tutorial but I got an error in generating output.
I think the sphinx-quickstart also changed the script a bit.
I got the following output
(env1) ➜ docs git:(master) ✗ ls
Makefile _build _static _templates conf.py index.rst make.bat
(env1) ➜ docs git:(master) ✗ sphinx-apidoc -o . ..
Creating file ./spamfilter.rst.
Creating file ./test_spamfilter.rst.
Creating file ./token.rst.
Creating file ./modules.rst.
(env1) ➜ docs git:(master) ✗ make clean html
Removing everything under '_build'...
Running Sphinx v3.3.1
making output directory... done
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 5 source files that are out of date
updating environment: [new config] 5 added, 0 changed, 0 removed
reading sources... [100%] token
/Users/mianasbatahmad/spamfilter-py/docs/spamfilter.rst:4: WARNING: Unknown directive type "automodule".
.. automodule:: spamfilter
:members:
:undoc-members:
:show-inheritance:
/Users/mianasbatahmad/spamfilter-py/docs/test_spamfilter.rst:4: WARNING: Unknown directive type "automodule".
.. automodule:: test_spamfilter
:members:
:undoc-members:
:show-inheritance:
/Users/mianasbatahmad/spamfilter-py/docs/token.rst:4: WARNING: Unknown directive type "automodule".
.. automodule:: token
:members:
:undoc-members:
:show-inheritance:
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] token
generating indices... genindex done
writing additional pages... search done
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 3 warnings.
The HTML pages are in _build/html.
Any idea why am I getting the error.
Can you try generating the docs using your repo and see if this version of sphinx still works for you.
Many thanks
Mian
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the helpful youtube video.
I tried the tutorial but I got an error in generating output.
I think the sphinx-quickstart also changed the script a bit.
I got the following output
Here is my sphinx version etc.
Any idea why am I getting the error.
Can you try generating the docs using your repo and see if this version of sphinx still works for you.
Many thanks
Mian
The text was updated successfully, but these errors were encountered: