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
Looking at the build logs, these warning seems relevant:
Running Sphinx v1.8.5
loading translations [en]... done
making output directory...
building [mo]: targets for 0 po files that are out of date
building [readthedocs]: targets for 5 source files that are out of date
updating environment: 5 added, 0 changed, 0 removed
reading sources... [ 20%] api
reading sources... [ 40%] hacking
reading sources... [ 60%] index
reading sources... [ 80%] installation
reading sources... [100%] quickstart
WARNING: autodoc: failed to import module 'events' from module 'watchdog'; the following exception was raised:
No module named 'pathtools'
WARNING: autodoc: failed to import module 'observers.api' from module 'watchdog'; the following exception was raised:
No module named 'pathtools'
WARNING: autodoc: failed to import module 'observers' from module 'watchdog'; the following exception was raised:
No module named 'pathtools'
WARNING: autodoc: failed to import module 'observers.polling' from module 'watchdog'; the following exception was raised:
No module named 'pathtools'
/home/docs/checkouts/readthedocs.org/user_builds/python-watchdog/checkouts/v0.10.2/docs/source/installation.rst:16: WARNING: Inline substitution_reference start-string without end-string.
looking for now-outdated files... none found
@danilobellini Is there a way to force readthedocs to pip install pathtools?
Activity
fastily commentedon Feb 22, 2020
in the interim, here's a link to the most recent version of the documentation (0.9.0) which is still complete
xrogaan commentedon Apr 7, 2020
Looking at the build logs, these warning seems relevant:
@danilobellini Is there a way to force readthedocs to pip install pathtools?
tritium21 commentedon Jun 6, 2020
@xrogaan according to read the docs documentation, it should be as simple as renaming
docs/dependencies.txt
todocs/requirements.txt
. Should.Rename docs/dependencies.txt to docs/requirements.txt (gorakhargosh#678…