Skip to content
Snippets Groups Projects
Commit 136de082 authored by Dominik Neise's avatar Dominik Neise
Browse files

Merge branch 'prepare_0.9' into 'main'

Prepare changelog for 0.9

See merge request !30
parents efbc8306 6ee74b71
No related branches found
Tags v0.9.0
1 merge request!30Prepare changelog for 0.9
Pipeline #55846 passed
template v0.9.0 (2024-11-13)
----------------------------
New Features
~~~~~~~~~~~~
- Use the newly released ``ctao-sphinx-theme`` for the documentation.
To use it, apply the following changes in ``docs/conf.py``:
.. code-block:: diff
-html_theme = "pydata_sphinx_theme"
+html_theme = "ctao"
html_theme_options = dict(
navigation_with_keys=False,
- logo=dict(
- image_light="_static/cta.png",
- image_dark="_static/cta_dark.png",
- alt_text="ctao-logo",
- ),
)
and replace ``pydata-sphinx-theme`` with ``ctao-sphinx-theme`` in the ``doc`` optional dependencies.
[`!29 <https://gitlab.cta-observatory.org/cta-computing/documentation/python-project-template/-/merge_requests/29>`__]
template v0.8.0 (2024-07-10)
----------------------------
......
Use the newly released ``ctao-sphinx-theme`` for the documentation.
To use it, apply the following changes in ``docs/conf.py``:
.. code-block:: diff
-html_theme = "pydata_sphinx_theme"
+html_theme = "ctao"
html_theme_options = dict(
navigation_with_keys=False,
- logo=dict(
- image_light="_static/cta.png",
- image_dark="_static/cta_dark.png",
- alt_text="ctao-logo",
- ),
)
and replace ``pydata-sphinx-theme`` with ``ctao-sphinx-theme`` in the ``doc`` optional dependencies.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment