File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed
Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ exclude =
66 __pycache__,
77 build,
88 dist,
9- doc /source/conf.py
9+ docs /source/conf.py
1010max-line-length = 79
1111# Ignore some style 'errors' produced while formatting by 'black'
1212# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#labels-why-pycodestyle-warnings
Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ jobs:
7070 Xvfb :99 -screen 0 1024x768x16 &
7171
7272 - name : build documents
73- run : make -C doc html
73+ run : make -C docs html
7474
7575 - name : Deploy
7676 uses : peaceiris/actions-gh-pages@v4
7777 with :
7878 github_token : ${{ secrets.GITHUB_TOKEN }}
79- publish_dir : ./doc /build/html
79+ publish_dir : ./docs /build/html
Original file line number Diff line number Diff line change 1+ **Added: **
2+
3+ * <news item>
4+
5+ **Changed: **
6+
7+ * Rename all mentions of `doc ` to `docs `.
8+
9+ **Deprecated: **
10+
11+ * <news item>
12+
13+ **Removed: **
14+
15+ * <news item>
16+
17+ **Fixed: **
18+
19+ * <news item>
20+
21+ **Security: **
22+
23+ * <news item>
You can’t perform that action at this time.
0 commit comments