diff options
| author | Scott Gasch <[email protected]> | 2022-05-31 15:36:40 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-05-31 15:36:40 -0700 |
| commit | 02302bbd9363facb59c4df2c1f4013087702cfa6 (patch) | |
| tree | 938e51338678416afc891d2839c2ee8dd341f34d /docs | |
| parent | f3dbc7dc19ba5703f8f5aa9bf8af3c491b3510f6 (diff) | |
Improve docstrings for sphinx.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 1 | ||||
| -rw-r--r-- | docs/index.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index ef2a272..e42cc77 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,6 +13,7 @@ import os import sys +sys.path.insert(0, os.path.abspath('/home/scott/lib/python_modules')) sys.path.insert(0, os.path.abspath('../..')) sys.path.insert(0, os.path.abspath('../../cached')) sys.path.insert(0, os.path.abspath('../../collect')) diff --git a/docs/index.rst b/docs/index.rst index a583c76..d866481 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,7 +9,7 @@ Welcome to Scott's Python Utils's documentation! ================================================ .. toctree:: - :maxdepth: 3 + :maxdepth: 2 :caption: Contents: modules |
