Messing with Sphinx.

This commit is contained in:
Simon Forman 2018-04-22 18:26:20 -07:00
parent a2be822703
commit 2d617a2588
2 changed files with 12 additions and 6 deletions

View File

@ -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 -----------------------------------------------------

View File

@ -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