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
As @mzjn commented:
The solution was to update (uncomment) the
conf.py
with the following line: