Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix_rtd_theme'
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-hl committed Jan 15, 2018
2 parents 4fed014 + 5eb91a9 commit 0b762f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@
# 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
import os
import sys
# sys.path.insert(0, os.path.abspath('.'))

# Cf. https://github.com/rtfd/readthedocs.org/issues/2139
sys.path.insert(0, os.path.abspath('..'))


# -- General configuration ------------------------------------------------

Expand Down Expand Up @@ -84,6 +87,7 @@
todo_include_todos = True



# -- Options for HTML output ----------------------------------------------

# The theme to use for HTML and HTML Help pages. See the documentation for
Expand All @@ -103,6 +107,9 @@

# Options for sphinx_rtd_theme
navigation_depth = 99,

# Show hidden items in the navigation bar
includehidden = False,
)

# Add any paths that contain custom static files (such as style sheets) here,
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ h5py>=2.4
pytest-benchmark>=3
pytest-runner>=2.11
sphinx>=1.6
sphinx_rtd_theme==0.2.4
sphinx_rtd_theme>=0.2.5b2
nbsphinx>=0.2

0 comments on commit 0b762f7

Please sign in to comment.