Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 70ce4e4

Browse files
committedDec 7, 2024·
fixup! temporary test job
1 parent ef938b9 commit 70ce4e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎doc/404.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
This page does not exist (anymore).
2424

25-
.. button-link:: https://www.biotite-python.org
25+
.. button-link:: https://kunzmann.uber.space
2626
:color: primary
2727
:shadow:
2828

‎doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from sphinx_gallery.sorting import ExplicitOrder, FileNameSortKey
2121
import biotite
2222

23-
BIOTITE_DOMAIN = "www.biotite-python.org"
23+
BIOTITE_DOMAIN = "kunzmann.uber.space"
2424
DOC_PATH = dirname(realpath(__file__))
2525
PACKAGE_PATH = join(dirname(DOC_PATH), "src")
2626

‎doc/switcher.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import biotite
1414

1515
RELEASE_REQUEST = "https://api.github.com/repos/biotite-dev/biotite/releases"
16-
BIOTITE_URL = "https://www.biotite-python.org"
16+
BIOTITE_URL = "https://kunzmann.uber.space"
1717
SEMVER_TAG_REGEX = r"^v?(\d+)\.(\d+)\.(\d+)"
1818

1919

0 commit comments

Comments
 (0)
Please sign in to comment.