Skip to content

Commit 94dfcc1

Browse files
committed
Add license info to the docs
1 parent 69876db commit 94dfcc1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/docs_test_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
with:
3434
pre-build-command: python -m pip install tox
3535
docs-folder: "doc-source/"
36-
build-command: "tox -e docs -- "
36+
build-command: "tox -e docs -- -W "

doc-source/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ coverage_pyver_pragma
123123

124124
.. end shields
125125
126+
126127
Contents
127128
----------
128129

@@ -142,7 +143,7 @@ Contents
142143
syntax
143144
api
144145
Source
145-
146+
license
146147

147148
.. sidebar-links::
148149
:caption: Links

repo_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ min_coverage: 95
1515
sphinx_html_theme: furo
1616
python_deploy_version: 3.6
1717
preserve_custom_theme: true
18+
docs_fail_on_warning: true
1819

1920
conda_channels:
2021
- conda-forge

0 commit comments

Comments
 (0)