Skip to content

Commit

Permalink
DOC: Fix a few Sphinx warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jan 7, 2020
1 parent 84de59f commit 4d778f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
#keep_warnings = False

jinja_define = """
{% set docname = env.doc2path(env.docname, base='doc') %}
{% set docname = 'doc/' + env.doc2path(env.docname, base=None) %}
{% set latex_href = ''.join([
'\href{https://github.com/sfstoolbox/sfs-python/blob/',
env.config.release,
Expand Down Expand Up @@ -219,7 +219,7 @@

def setup(app):
"""Include custom theme files to sphinx HTML header"""
app.add_stylesheet('css/title.css')
app.add_css_file('css/title.css')

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx>=1.3.6
Sphinx>=1.8
Sphinx-RTD-Theme
nbsphinx
ipykernel
Expand Down

0 comments on commit 4d778f5

Please sign in to comment.