Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ instance/

# Sphinx documentation
docs/_build/
docs/img/

# PyBuilder
.pybuilder/
Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,6 @@ def download_images_from_toml(toml_file, image_dir):
# -------------------------------------------------------------------
# Make database_sources.toml available as a static file at the site root
# https://surfactant.readthedocs.io/en/latest/database_sources.toml
# Also include the demo.html page
# -------------------------------------------------------------------
html_extra_path = ["database_sources.toml"]
html_extra_path = ["database_sources.toml", "demo.html"]
Loading
Loading