Skip to content

Commit

Permalink
Ready for read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Aug 7, 2018
1 parent e060055 commit 4387748
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gendocs>=0.0.1
gendocs>=0.0.2
Sphinx==1.7.5
sphinx-autobuild==0.7.1
sphinx-rtd-theme==0.4.0
Expand Down
6 changes: 4 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import espatools
# Automatically generate documentation pages
from gendocs import Generator
Generator.DocumentPackages(espatools)
Generator.DocumentPackages(espatools, index_base='../index_base.rst')


# -- Project information -----------------------------------------------------
Expand Down Expand Up @@ -175,7 +175,9 @@
# -- Options for intersphinx extension ---------------------------------------

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'https://docs.python.org/': None}
intersphinx_mapping = {'https://docs.python.org/': None,
'http://docs.scipy.org/doc/numpy/': None,
'http://propertiespy.readthedocs.io/en/latest/': None}

# -- Options for todo extension ----------------------------------------------

Expand Down

0 comments on commit 4387748

Please sign in to comment.