File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515
1616 - name : Build HTML
17- uses : ammaraskar/sphinx-action@7.0.0
17+ uses : ammaraskar/sphinx-action@8.2.3
1818 with :
1919 docs-folder : " ./docs"
2020
Original file line number Diff line number Diff line change 66project = 'xsection'
77copyright = '2025'
88author = 'Claudio Perez'
9- description = "Structural cross sections."
9+ description = "Analysis of structural cross sections."
1010version = '0.0.0'
1111release = '0.0.0'
1212
1616 'sphinx.ext.autodoc' ,
1717 'sphinx.ext.autosummary' ,
1818 # 'autoapi.extension',
19- 'myst_parser' ,
19+ "myst_nb" ,
2020 'sphinx_tabs.tabs' ,
2121 'sphinx_copybutton' ,
2222 'sphinx.ext.mathjax' ,
3939language = 'en'
4040
4141# -- Options for HTML output -------------------------------------------------
42- sitemap_url_scheme = "{link}"
43- sitemap_excludes = [
44- "https://xsection.io/index.html"
45- ]
4642html_extra_path = ["robots.txt" ]
47- html_baseurl = "https://xsection.io/"
43+ html_baseurl = "https://peer-open-source.github.io/xsection/" #"https:// xsection.io/"
4844html_title = project
4945html_theme = "pydata_sphinx_theme"
5046html_static_path = ['_static' ]
5753 "css/veux.css" ,
5854]
5955
56+ sitemap_url_scheme = "{link}"
57+ sitemap_excludes = [
58+ f"{ html_baseurl } index.html"
59+ ]
6060html_additional_pages = {'index' : 'home.html' }
6161g = "https://gallery.stairlab.io"
6262html_context = {
Original file line number Diff line number Diff line change 11Examples
22^^^^^^^^
33
4+
5+ .. toctree ::
6+ :maxdepth: 1
7+
8+ introduction
9+
Original file line number Diff line number Diff line change 1- sphinx
1+ sphinx == 8.2.3
22pydata-sphinx-theme
33sphinx-tabs
44xsection
5- sphinx-sitemap
5+ sphinx-sitemap < 2.7.0
66sphinx-copybutton
77myst-parser
8-
8+ myst-nb
You can’t perform that action at this time.
0 commit comments