Skip to content

Commit

Permalink
add some api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseops committed Oct 27, 2016
1 parent e5bb8a6 commit a718e85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@
'sphinx.ext.todo',
'sphinx.ext.viewcode',
'sphinx.ext.autodoc',
'alabaster'
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
templates_path = []

# The suffix of source filenames.
source_suffix = '.rst'
Expand Down Expand Up @@ -105,7 +106,6 @@
# a list of builtin themes.
import alabaster
html_theme_path = [alabaster.get_path()]
extensions = ['alabaster']
html_theme = 'alabaster'

# Theme options are theme-specific and customize the look and feel of a theme
Expand Down Expand Up @@ -136,7 +136,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = []

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Here you will find documentation of the actual code. Wondering what exactly

api

.. automodule:: yact
.. autoclass:: yact.Config
:members:


Expand Down

0 comments on commit a718e85

Please sign in to comment.