File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
33build :
44 os : ubuntu-22.04
55 tools :
6- python : " 3.8 "
6+ python : " 3.9 "
77
88python :
99 install :
Original file line number Diff line number Diff line change 155155html_title = ""
156156html_theme_options = {
157157 "home_page_in_toc" : True ,
158- "github_url" : "https://github.com/executablebooks/MyST-Parser" ,
158+ # "github_url": "https://github.com/executablebooks/MyST-Parser",
159159 "repository_url" : "https://github.com/executablebooks/MyST-Parser" ,
160160 "repository_branch" : "master" ,
161161 "path_to_docs" : "docs" ,
162162 "use_repository_button" : True ,
163163 "use_edit_page_button" : True ,
164164 "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",
166166}
167167html_last_updated_fmt = ""
168168# OpenGraph metadata
Original file line number Diff line number Diff line change @@ -53,17 +53,17 @@ code_style = ["pre-commit~=3.0"]
5353linkify = [" linkify-it-py~=2.0" ]
5454# Note: This is only required for internal use
5555rtd = [
56+ " sphinx>=7" ,
5657 " 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" ,
6060 " sphinx-copybutton" ,
6161 " sphinxext-rediraffe~=0.2.7" ,
6262 # TODO this can uncommented once https://github.com/mgaitan/sphinxcontrib-mermaid/issues/109 is fixed
6363 # "sphinxcontrib.mermaid~=0.7.1",
6464 " sphinxext-opengraph~=0.9.0" ,
6565 " sphinx-pyscript" ,
66- " sphinx-tippy>=0.3.1 " ,
66+ " sphinx-tippy>=0.4.3 " ,
6767 " sphinx-autodoc2~=0.5.0" ,
6868 " sphinx-togglebutton" ,
6969]
You can’t perform that action at this time.
0 commit comments