File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88sphinx :
99 configuration : doc/conf.py
1010
11- formats : all
12-
1311python :
1412 install :
1513 - method : uv
16- command : pip
17- path : .
14+ command : sync
1815 extras :
1916 - docs
Original file line number Diff line number Diff line change 1717# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
1818# ones.
1919extensions = [
20- "sphinx_mdinclude " ,
20+ "myst_parser " ,
2121 "sphinx.ext.autodoc" ,
22- "sphinx_rtd_theme" ,
2322]
2423
25- # Add any paths that contain templates here, relative to this directory.
26- templates_path = []
27-
28- # List of patterns, relative to source directory, that match files and
29- # directories to ignore when looking for source files.
30- # This pattern also affects html_static_path and html_extra_path.
31- exclude_patterns = []
32-
3324# -- Options for HTML output -------------------------------------------------
3425
3526# The theme to use for HTML and HTML Help pages. See the documentation for
3627# a list of builtin themes.
3728#
3829html_theme = "sphinx_rtd_theme"
39-
40- # Add any paths that contain custom static files (such as style sheets) here,
41- # relative to this directory. They are copied after the builtin static files,
42- # so a file named "default.css" will overwrite the builtin "default.css".
43- html_static_path = []
Original file line number Diff line number Diff line change 1- .. mdinclude :: ../README.md
1+ .. include :: ../README.md
2+ :parser: myst_parser.sphinx _
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ tests = [
4141 " pytest-cov" ,
4242]
4343docs = [
44+ " myst_parser" ,
4445 " sphinx" ,
45- " sphinx_mdinclude" ,
4646 " sphinx_rtd_theme" ,
4747]
4848
You can’t perform that action at this time.
0 commit comments