diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b9a84de..c282afe 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.9" # You can also specify other tool versions: # nodejs: "20" # rust: "1.70" diff --git a/docs/source/conf.py b/docs/source/conf.py index f459a62..ee9afcf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -64,7 +64,22 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'sphinx_rtd_theme' # 'furo' +html_theme = 'pydata_sphinx_theme' + +html_theme_options = { + "icon_links": [ + { + "name": "GitHub", + "url": md.__url__, + "icon": "fab fa-github-square", + "type": "fontawesome", + }, + ], +} + +html_sidebars = { + "**": [], +} # -- Options for automatic API doc diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt index 847ac3a..e9687d3 100644 --- a/docs/source/requirements.txt +++ b/docs/source/requirements.txt @@ -1,8 +1,8 @@ sphinx-math-dollar sphinx-copybutton -myst-nb +myst-parser>=3 +myst-nb>=1 linkify-it-py -furo -sphinx_rtd_theme +pydata-sphinx-theme markdown lxml \ No newline at end of file diff --git a/py-EnBiD-ananke b/py-EnBiD-ananke index 5515eec..6cce3d0 160000 --- a/py-EnBiD-ananke +++ b/py-EnBiD-ananke @@ -1 +1 @@ -Subproject commit 5515eec9adb168bee1c081fbd8b991032e40eae3 +Subproject commit 6cce3d0eb7edad2eccbcf5df81c53a340ef7e230 diff --git a/py-Galaxia-ananke b/py-Galaxia-ananke index 35328fe..451e882 160000 --- a/py-Galaxia-ananke +++ b/py-Galaxia-ananke @@ -1 +1 @@ -Subproject commit 35328fec7ec5aafcdbae7e7bae62d6bd84b274b0 +Subproject commit 451e882cd7da952407813990ac845ae65db6c716