Skip to content

Commit c05c2ed

Browse files
committed
Update docs.
1 parent a95c806 commit c05c2ed

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.github/workflows/docs_test_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
with:
1717
pre-build-command: apt-get update && apt-get install gcc python3-dev git pandoc -y && python -m pip install tox
1818
docs-folder: "doc-source/"
19-
build-command: "tox -e docs -- "
19+
build-command: "tox -e docs -- -W "

doc-source/api/dates.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
:undoc-members:
77
:exclude-members: months
88

9-
**Data:**
10-
11-
.. autosummary::
12-
13-
~domdf_python_tools.dates.months
14-
159

1610
.. autovariable:: domdf_python_tools.dates.months
1711
:no-value:

domdf_python_tools/dates.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
99
pytz >=2019.1
1010
11+
12+
**Data:**
13+
14+
.. autosummary::
15+
16+
~domdf_python_tools.dates.months
17+
18+
1119
"""
1220
#
1321
# Copyright © 2020 Dominic Davis-Foster <[email protected]>

repo_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ additional_ignore:
7676
min_coverage: 95
7777

7878
mypy_version: "0.800"
79+
docs_fail_on_warning: true

0 commit comments

Comments
 (0)