File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+
3+ build :
4+ os : ubuntu-22.04
5+ tools :
6+ python : " 3.11"
7+
8+ sphinx :
9+ configuration : docs/conf.py
10+
11+ python :
12+ install :
13+ - requirements : requirements/docs.txt
Original file line number Diff line number Diff line change 1+ # Configuration file for the Sphinx documentation builder.
2+ #
3+ # For the full list of built-in configuration values, see the documentation:
4+ # https://www.sphinx-doc.org/en/master/usage/configuration.html
5+
6+ # -- Project information -----------------------------------------------------
7+ project = "specdatri_reporting"
8+ copyright = "2024, RECETOX"
9+ author = "RECETOX"
10+
11+ # -- General configuration ---------------------------------------------------
12+ extensions = [
13+ "myst_parser" ,
14+ ]
15+
16+ templates_path = ["_templates" ]
17+ exclude_patterns = ["_build" , "Thumbs.db" , ".DS_Store" ]
18+
19+ # -- Options for HTML output -------------------------------------------------
20+ html_theme = "sphinx_rtd_theme"
21+ html_static_path = ["_static" ]
Original file line number Diff line number Diff line change 1+ # specdatri_reporting
2+
3+ ``` {include} ../README.md
4+ ```
Original file line number Diff line number Diff line change 1+ sphinx==8.1.3
2+ sphinx-rtd-theme==3.0.2
3+ myst-parser==4.0.0
You can’t perform that action at this time.
0 commit comments