File tree Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 4141 - name : Add files
4242 run : |
4343 echo "nebula.enriquetomasmb.com" > docs/_build/CNAME
44+ touch docs/_build/.nojekyll
4445 - name : List directories
4546 run : |
4647 ls -la docs/_build/
Original file line number Diff line number Diff line change 5858# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
5959
6060html_theme = 'sphinx_book_theme'
61- html_static_path = ['static ' ]
61+ html_static_path = ['_static ' ]
6262html_css_files = ['custom.css' ]
6363
6464html_theme_options = {
6565 "repository_url" : "https://github.com/enriquetomasmb/nebula" ,
6666 "use_repository_button" : True ,
6767}
6868
69- html_logo = "static /nebula-logo.jpg"
69+ html_logo = "_static /nebula-logo.jpg"
7070
7171html_title = "NEBULA Documentation"
7272
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Subpackages
1111 nebula.config
1212 nebula.core
1313 nebula.frontend
14+ nebula.tests
1415
1516Submodules
1617----------
@@ -31,6 +32,14 @@ nebula.node module
3132 :undoc-members:
3233 :show-inheritance:
3334
35+ nebula.scenarios module
36+ -----------------------
37+
38+ .. automodule :: nebula.scenarios
39+ :members:
40+ :undoc-members:
41+ :show-inheritance:
42+
3443Module contents
3544---------------
3645
Original file line number Diff line number Diff line change 1+ nebula.tests package
2+ ====================
3+
4+ Submodules
5+ ----------
6+
7+ nebula.tests.main module
8+ ------------------------
9+
10+ .. automodule :: nebula.tests.main
11+ :members:
12+ :undoc-members:
13+ :show-inheritance:
14+
15+ Module contents
16+ ---------------
17+
18+ .. automodule :: nebula.tests
19+ :members:
20+ :undoc-members:
21+ :show-inheritance:
You can’t perform that action at this time.
0 commit comments