Skip to content

Commit

Permalink
added html static path to make table configuration work
Browse files Browse the repository at this point in the history
  • Loading branch information
Juli committed Jul 23, 2022
1 parent c2cec75 commit 68ceff5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
15 changes: 8 additions & 7 deletions doc/_static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
.wy-table-responsive table td {
/* !important prevents the common CSS stylesheets from
overriding this as on RTD they are loaded after this stylesheet */
white-space: normal !important;
}
white-space: normal !important;
}

.wy-table-responsive {
max-width: 100%;
overflow: visible !important;
max-width: 100%;
overflow: visible !important;

}
}

}
7 changes: 5 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

html_theme = "sphinx_rtd_theme"

html_static_path = ['_static']


project = u'tobac'

master_doc = 'index'
Expand All @@ -35,7 +38,7 @@ def setup(app):
sys.path.insert(0, os.path.abspath("../"))

# Napoleon settings for configuring the Napoleon extension
# See documentation here:
# See documentation here:
# https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html
napoleon_google_docstring = True
napoleon_numpy_docstring = True
Expand All @@ -50,4 +53,4 @@ def setup(app):
napoleon_use_rtype = True
napoleon_preprocess_types = False
napoleon_type_aliases = None
napoleon_attr_annotations = True
napoleon_attr_annotations = True
2 changes: 1 addition & 1 deletion doc/publications.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Refereed Publications

**Have you used tobac in your research?**

Please contact us (e.g. by joining our tobac google group `<(https://groups.google.com/g/tobac/about)>`_) or submit a pull request containing your reference in our `main repo on GitHub <https://github.com/tobac-project/tobac>`_!
Please contact us (e.g. by joining our `tobac google group <https://groups.google.com/g/tobac/about>`_) or submit a pull request containing your reference in our `main repo on GitHub <https://github.com/tobac-project/tobac>`_!



0 comments on commit 68ceff5

Please sign in to comment.