Skip to content

Commit

Permalink
🩹 📝 removes the hmtl_baseurl setting from RtD config (#314)
Browse files Browse the repository at this point in the history
## Description

Sphinx recommends not setting `hmtl_baseurl` so that RtD can figure it
out on its own.

## Checklist:

<!---
This checklist serves as a reminder of a couple of things that ensure
your pull request will be merged swiftly.
-->

- [x] The pull request only contains commits that are related to it.
- [x] I have added appropriate tests and documentation.
- [x] I have made sure that all CI jobs on GitHub pass.
- [x] The pull request introduces no new warnings and follows the
project's style guidelines.

Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer authored Oct 1, 2023
1 parent 0d0844a commit 30a7c80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ def format_url(self, _e: Entry) -> HRef:

# -- Options for HTML output -------------------------------------------------
html_theme = "furo"
html_baseurl = "https://mqt.readthedocs.io/project/qcec/en/latest/"
html_static_path = ["_static"]
html_theme_options = {
"light_logo": "mqt_dark.png",
Expand Down

0 comments on commit 30a7c80

Please sign in to comment.