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: 0 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ build:
# Avoid setuptools-scm dirty Git index issues
- git reset --hard HEAD
- git clean -fdx
# Enforce fail_on_shallow for setuptools-scm
- export SETUPTOOLS_SCM_OVERRIDES_FOR_${READTHEDOCS_PROJECT//-/_}='{scm.git.pre_parse="fail_on_shallow"}'
8 changes: 4 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html
from importlib.metadata import version as get_version

rst_prolog = """
.. |petab_doc_url| replace:: https://petab.readthedocs.io/en/latest/index.html
"""

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

Expand All @@ -33,6 +29,10 @@
templates_path = ["_templates"]
exclude_patterns = []

rst_prolog = f"""
.. |petab_doc_url| replace:: https://petab.readthedocs.io/en/latest/index.html
.. |release| replace:: {release}
"""

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PEtab GUI - A graphical user interface for PEtab
**PEtab GUI** is a user-friendly graphical interface for creating and managing parameter estimation problems using the `PEtab <https://petab.readthedocs.io/en/latest/>`_ format.

.. note::
Current version: 0.1.3
Current version: |release|

Quick Links
-----------
Expand Down