Updating Docstring In Sphinx
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
Solution 1:
As @mzjn commented:
The solution was to update (uncomment) the conf.py
with the following line:
sys.path.insert(0, os.path.abspath('../../'))
Post a Comment for "Updating Docstring In Sphinx"