Skip to content

Commit d26eb17

Browse files
committed
use current theme
1 parent 0af6beb commit d26eb17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159

160160
html_css_files = [
161161
'custom.css',
162-
'highlight.css',
162+
# 'highlight.css',
163163
]
164164

165165
# Add any extra paths that contain custom files (such as robots.txt or

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
git+https://github.com/fabpot/sphinx-php.git#egg=sphinx-php
22
sphinx~=4.2.0
3-
sphinx-rtd-theme==1.0.0
3+
sphinx-rtd-theme==1.2.0
44
sphinxcontrib-spelling~=7.2.0
55
pyenchant
66
docutils==0.17

0 commit comments

Comments
 (0)