Skip to content

Commit 0dbf745

Browse files
committed
docsbuilding
1 parent e3c13cc commit 0dbf745

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ share/python-wheels/
2828
MANIFEST
2929
.vscode
3030

31+
docs/generated
3132
# PyInstaller
3233
# Usually these files are written by a python script from a template
3334
# before PyInstaller builds the exe, so as to inject date/other infos into it.

mkdocs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ markdown_extensions:
3131

3232
plugins:
3333
- search
34-
- exclude:
35-
glob:
36-
- Developer-Wiki/*
34+
# - exclude:
35+
# glob:
36+
# - Developer-Wiki/*
3737
# - gen-files:
3838
# scripts:
3939
# - docs/utils/generate_ghpages_docstrings.py
40-
- literate-nav:
41-
nav_file: README.md
42-
- section-index
40+
# - literate-nav:
41+
# nav_file: README.md
42+
# - section-index
4343
- mkdocstrings:
4444
default_handler: python
4545
handlers:

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ dev = [
2929
"pytest-cov",
3030
]
3131
test = ["pytest", "pytest-mypy", "pytest-cov", "types-pytz"]
32+
docs = [
33+
"mkdocs",
34+
"mkdocs-material",
35+
"mkdocstrings",
36+
"mkdocstrings-python",
37+
]
3238

3339
[project.scripts]
3440
daqpytools-logging-demonstrator = "daqpytools.apps.logging_demonstrator:main"

0 commit comments

Comments
 (0)