Skip to content

Part of document seems to be lost #650

Closed
@pansila

Description

@pansila

I can't see events API descriptions on the page of watchdog-events

image

Activity

fastily

fastily commented on Feb 22, 2020

@fastily

in the interim, here's a link to the most recent version of the documentation (0.9.0) which is still complete

xrogaan

xrogaan commented on Apr 7, 2020

@xrogaan

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?

tritium21

tritium21 commented on Jun 6, 2020

@tritium21

@xrogaan according to read the docs documentation, it should be as simple as renaming docs/dependencies.txt to docs/requirements.txt. Should.

added a commit that references this issue on Aug 13, 2020
5e18303
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @xrogaan@tritium21@fastily@pansila

        Issue actions

          Part of document seems to be lost · Issue #650 · gorakhargosh/watchdog