File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
22build :
3- os : " ubuntu-22 .04"
3+ os : " ubuntu-24 .04"
44 tools :
5- python : " 3.11 "
5+ python : " 3"
66sphinx :
77 configuration : docs/conf.py
88python :
Original file line number Diff line number Diff line change 2020 'sphinx.ext.todo' ,
2121 'sphinx.ext.coverage' ,
2222 'sphinx.ext.imgmath' ,
23- 'sphinx.ext.ifconfig' ,
24- 'sensio.sphinx.configurationblock' ]
23+ 'sphinx.ext.ifconfig' ]
2524
2625source_suffix = '.rst'
2726master_doc = 'index'
3332version = ''
3433release = ''
3534
36- exclude_patterns = ['_build' , '.virtualenvs ' ]
35+ exclude_patterns = ['_build' , '.virtualenv ' ]
3736
3837html_theme = "sphinx_rtd_theme"
39- html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
4038
4139html_static_path = ['_static' ]
4240templates_path = ['_templates' ]
4341
4442html_theme_options = {
4543 'collapse_navigation' : True ,
46- 'display_version ' : True ,
44+ 'version_selector ' : True ,
4745}
4846
4947html_context = {
5048 'copyright_url' : 'https://netgen.io' ,
5149 'current_year' : datetime .utcnow ().year
5250}
53-
54- def setup (app ):
55- app .add_stylesheet ("css/style.css" )
Original file line number Diff line number Diff line change 1- setuptools >= 65
2- sphinx >= 1.7.4 ,< 2.0
3- sphinx_rtd_theme >= 0.3.1 ,< 1.0
4- git+https://github.com/fabpot/sphinx-php.git
5- jinja2 < 3.1.0
6- alabaster < 0.7.14
1+ sphinx_rtd_theme >= 3.1 ,< 4.0
You can’t perform that action at this time.
0 commit comments