Skip to content

Commit 27d56b3

Browse files
committed
Change docs theme
1 parent 28547cd commit 27d56b3

File tree

3 files changed

+31
-14
lines changed

3 files changed

+31
-14
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# -- Project information -----------------------------------------------------
1010
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1111

12-
project = 'KSPBuildTools'
13-
copyright = '2024, KSPModdingLibs Contributors'
12+
project = 'KSP Build Tools'
13+
copyright = '2025, KSPModdingLibs Contributors'
1414
author = 'KSPModdingLibs Contributors'
1515

1616
# -- General configuration ---------------------------------------------------
@@ -24,7 +24,7 @@
2424
# -- Options for HTML output -------------------------------------------------
2525
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
2626

27-
html_theme = 'sphinx_rtd_theme'
27+
html_theme = 'sphinx_book_theme'
2828
html_static_path = ['_static']
2929

3030
# -- Options for myst-parser -------------------------------------------------

docs/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sphinx>=8
2-
sphinx-rtd-theme>=2.0.0
2+
sphinx-book-theme
33
sphinx-copybutton
44
sphinx-gha
55
sphinx-jinja>=2

docs/requirements.txt

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --output-file=docs/requirements.txt --strip-extras docs/requirements.in
3+
accessible-pygments==0.0.5
4+
# via pydata-sphinx-theme
35
alabaster==1.0.0
46
# via sphinx
57
babel==2.17.0
6-
# via sphinx
8+
# via
9+
# pydata-sphinx-theme
10+
# sphinx
11+
beautifulsoup4==4.14.2
12+
# via pydata-sphinx-theme
713
certifi==2025.10.5
814
# via requests
915
charset-normalizer==3.4.4
1016
# via requests
1117
docutils==0.21.2
1218
# via
1319
# myst-parser
20+
# pydata-sphinx-theme
1421
# sphinx
1522
# sphinx-jinja
16-
# sphinx-rtd-theme
1723
gitdb==4.0.12
1824
# via gitpython
1925
gitpython==3.1.45
@@ -40,9 +46,16 @@ mdurl==0.1.2
4046
myst-parser==4.0.1
4147
# via sphinx-gha
4248
packaging==25.0
43-
# via sphinx
49+
# via
50+
# pydata-sphinx-theme
51+
# sphinx
52+
pydata-sphinx-theme==0.15.4
53+
# via sphinx-book-theme
4454
pygments==2.19.2
45-
# via sphinx
55+
# via
56+
# accessible-pygments
57+
# pydata-sphinx-theme
58+
# sphinx
4659
pyyaml==6.0.3
4760
# via myst-parser
4861
requests==2.32.5
@@ -55,36 +68,40 @@ smmap==5.0.2
5568
# via gitdb
5669
snowballstemmer==3.0.1
5770
# via sphinx
71+
soupsieve==2.8
72+
# via beautifulsoup4
5873
sphinx==8.2.3
5974
# via
6075
# -r docs/requirements.in
6176
# myst-parser
77+
# pydata-sphinx-theme
78+
# sphinx-book-theme
6279
# sphinx-copybutton
6380
# sphinx-gha
6481
# sphinx-jinja
65-
# sphinx-rtd-theme
66-
# sphinxcontrib-jquery
82+
sphinx-book-theme==1.1.4
83+
# via -r docs/requirements.in
6784
sphinx-copybutton==0.5.2
6885
# via -r docs/requirements.in
6986
sphinx-gha==1.0.0
7087
# via -r docs/requirements.in
7188
sphinx-jinja==2.0.2
7289
# via -r docs/requirements.in
73-
sphinx-rtd-theme==3.0.2
74-
# via -r docs/requirements.in
7590
sphinxcontrib-applehelp==2.0.0
7691
# via sphinx
7792
sphinxcontrib-devhelp==2.0.0
7893
# via sphinx
7994
sphinxcontrib-htmlhelp==2.1.0
8095
# via sphinx
81-
sphinxcontrib-jquery==4.1
82-
# via sphinx-rtd-theme
8396
sphinxcontrib-jsmath==1.0.1
8497
# via sphinx
8598
sphinxcontrib-qthelp==2.0.0
8699
# via sphinx
87100
sphinxcontrib-serializinghtml==2.0.0
88101
# via sphinx
102+
typing-extensions==4.15.0
103+
# via
104+
# beautifulsoup4
105+
# pydata-sphinx-theme
89106
urllib3==2.5.0
90107
# via requests

0 commit comments

Comments
 (0)