diff --git a/docs/sphinx_docs/conf.py b/docs/sphinx_docs/conf.py index ed6f4c9..1157a79 100644 --- a/docs/sphinx_docs/conf.py +++ b/docs/sphinx_docs/conf.py @@ -12,9 +12,9 @@ # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # -# import os -# import sys -# sys.path.insert(0, os.path.abspath('.')) +import os +import sys +sys.path.insert(0, os.path.abspath('../..')) # -- Project information ----------------------------------------------------- @@ -164,4 +164,4 @@ texinfo_documents = [ # -- Options for todo extension ---------------------------------------------- # If true, `todo` and `todoList` produce output, else they produce nothing. -todo_include_todos = True \ No newline at end of file +todo_include_todos = True diff --git a/docs/sphinx_docs/index.rst b/docs/sphinx_docs/index.rst index 8d70d23..0b5f8a9 100644 --- a/docs/sphinx_docs/index.rst +++ b/docs/sphinx_docs/index.rst @@ -3,13 +3,19 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Welcome to Thun's documentation! -================================ +Thun Documentation +================== + +Hey .. toctree:: :maxdepth: 2 :caption: Contents: +There! + +.. automodule:: joy.joy + :members: Indices and tables