Updating docstring in sphinx

919 views Asked by At

I'm trying to contribute to the documentation of the dask project.
I want to add pandas reference as suggested in this issue.
I'm able to rebuild the documentation on my developer machine - but I cannot see any changes in the documentation when I update the docstring.
For example, I'm trying to add :meth:pandas.{reader} to update the READ_DOC_TEMPLATE in the csv.py but nothing is updated.
I tried to do a simple update of the docstring (i.e. change the wording of the docstring) but nothing changes (even if I run the make clean).

Any assistance would be appreciated.

thx

1

There are 1 answers

0
skibee On

As @mzjn commented:
The solution was to update (uncomment) the conf.py with the following line:

sys.path.insert(0, os.path.abspath('../../'))