File tree Expand file tree Collapse file tree 4 files changed +17
-6
lines changed
Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 3333 uses : actions/checkout@v4
3434 - name : setup sphinx
3535 run : |
36- pip install sphinx sphinx_rtd_theme myst_parser
36+ pip install -r requirements.txt
3737 - name : build docs
3838 run : |
3939 ./build.sh
Original file line number Diff line number Diff line change 11gh-pages
2+ Doxyfile
Original file line number Diff line number Diff line change 1- # from cgitb import html
2-
3- # extensions = ["breathe"]
1+ extensions = ["breathe" , "myst-parser" ]
42
53html_theme = "sphinx_rtd_theme"
64
75# Breathe configuration
8- # breathe_projects = {"ecs-lib": "doc_out/xml"}
9- # breathe_default_project = "ecs-lib"
6+ breathe_projects = {"ecs-lib" : "engine/docs/registry/api/xml" }
7+ breathe_default_project = "ecs-lib"
8+
9+ source_suffix = {
10+ ".rst" : "restructuredtext" ,
11+ ".txt" : "markdown" ,
12+ ".md" : "markdown" ,
13+ }
14+
15+ project = "Nanoforge"
Original file line number Diff line number Diff line change 1+ sphinx
2+ sphinx_rtd_theme
3+ myst_parser
4+ breathe
You can’t perform that action at this time.
0 commit comments