File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
3
3
build :
4
4
os : ubuntu-22.04
5
5
tools :
6
- python : " 3.8 "
6
+ python : " 3.9 "
7
7
8
8
python :
9
9
install :
Original file line number Diff line number Diff line change 155
155
html_title = ""
156
156
html_theme_options = {
157
157
"home_page_in_toc" : True ,
158
- "github_url" : "https://github.com/executablebooks/MyST-Parser" ,
158
+ # "github_url": "https://github.com/executablebooks/MyST-Parser",
159
159
"repository_url" : "https://github.com/executablebooks/MyST-Parser" ,
160
160
"repository_branch" : "master" ,
161
161
"path_to_docs" : "docs" ,
162
162
"use_repository_button" : True ,
163
163
"use_edit_page_button" : True ,
164
164
"use_issues_button" : True ,
165
- "announcement" : "<b>v2.0.0</b> is now out! See the Changelog for details" ,
165
+ # "announcement": "<b>v2.0.0</b> is now out! See the Changelog for details",
166
166
}
167
167
html_last_updated_fmt = ""
168
168
# OpenGraph metadata
Original file line number Diff line number Diff line change @@ -53,17 +53,17 @@ code_style = ["pre-commit~=3.0"]
53
53
linkify = [" linkify-it-py~=2.0" ]
54
54
# Note: This is only required for internal use
55
55
rtd = [
56
+ " sphinx>=7" ,
56
57
" ipython" ,
57
- " sphinx-book-theme==1.0.0rc2" ,
58
- " pydata-sphinx-theme==v0.13.0rc4" ,
59
- " sphinx-design2" ,
58
+ " sphinx-book-theme~=1.1" ,
59
+ " sphinx-design" ,
60
60
" sphinx-copybutton" ,
61
61
" sphinxext-rediraffe~=0.2.7" ,
62
62
# TODO this can uncommented once https://github.com/mgaitan/sphinxcontrib-mermaid/issues/109 is fixed
63
63
# "sphinxcontrib.mermaid~=0.7.1",
64
64
" sphinxext-opengraph~=0.9.0" ,
65
65
" sphinx-pyscript" ,
66
- " sphinx-tippy>=0.3.1 " ,
66
+ " sphinx-tippy>=0.4.3 " ,
67
67
" sphinx-autodoc2~=0.5.0" ,
68
68
" sphinx-togglebutton" ,
69
69
]
You can’t perform that action at this time.
0 commit comments