Skip to content

Commit e3ecba3

Browse files
authored
Merge pull request #129 from adfinis/fixed-theme
docs: use updated adfinis-sphinx-theme
2 parents 37818e2 + 5911513 commit e3ecba3

File tree

4 files changed

+599
-433
lines changed

4 files changed

+599
-433
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ test: pytest mypy lint-code ## run all testing
6767
.PHONY: docs
6868
docs: poetry-install ## generate documentation
6969
rm -vrf docs/_build/* docs/cli/*
70-
[[ -d docs/sphinx-template ]] || git clone https://github.com/adfinis-sygroup/adsy-sphinx-template docs/sphinx-template
7170
@docker compose exec testing bash -c "poetry install --only docs"
7271

7372
# Currently md-click has a bad dependency on old click. We fix this with the next command

docs/conf.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
'myst_parser',
1919
'sphinx.ext.autosectionlabel',
2020
'sphinx.ext.autodoc',
21+
'adfinis_sphinx_theme',
2122
]
2223
myst_enable_extensions = [
2324
"linkify",
@@ -33,16 +34,11 @@
3334
autosectionlabel_prefix_document = True
3435

3536
templates_path = ['_templates']
36-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'sphinx-template']
37+
#exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
3738

3839
# -- Options for HTML output -------------------------------------------------
3940
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
4041

41-
html_theme = 'adsy'
42-
html_theme_path = ['sphinx-template/html']
43-
html_title = project
44-
html_static_path = ['sphinx-template/html/adsy/static/']
45-
4642
# Output file base name for HTML help builder.
4743
#htmlhelp_basename = 'test1234'
4844

0 commit comments

Comments
 (0)