Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ conda:
sphinx:
builder: html
fail_on_warning: true
configuration: book/_config.yml
configuration: book/conf.py
8 changes: 5 additions & 3 deletions book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,20 @@ html:
use_repository_button: true
use_edit_page_button: true
logo: true
announcement: ' 📢 Register now for the <a href="https://mit.zoom.us/meeting/register/PElrepT-Tpivqzu9Jepr_g#/registration" target="_blank">FESTIM 2.0 webinar on 15th May, 9:00 am EST'
analytics:
google_analytics_id: G-B9MJGSTP5V

execute:
# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
# See https://jupyter-book.readthedocs.io/v1/content/execute.html
execute_notebooks: force
timeout: -1 # Disable timeouts for executing notebooks cells
# allow_errors: true # Allow errors in notebook cells

sphinx:
config:
html_static_path: ["images"]
html_static_path: ["images", "_static"]
html_last_updated_fmt: "%b %d, %Y"
suppress_warnings:
- "mystnb.unknown_mime_type"
Expand All @@ -64,8 +65,9 @@ sphinx:
pyvista: ["https://docs.pyvista.org/", null]
packaging: ["https://packaging.pypa.io/en/stable/", null]
matplotlib: ["https://matplotlib.org/stable/", null]
festim: ["https://festim.readthedocs.io/en/stable/", null]
festim: ["https://festim.readthedocs.io/en/latest/", null]
html_favicon: "images/festim logo symbol.png"
nb_execution_show_tb: True

extra_extensions:
- "sphinx.ext.autodoc"
Expand Down
3 changes: 3 additions & 0 deletions book/_static/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
html[data-theme="light"] .bd-header-announcement a {
color: #ade0e9
}
1 change: 1 addition & 0 deletions book/conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy conf.py to satisfy ReadTheDocs validation before pre_build step