Skip to content

Commit f15d4af

Browse files
authored
Merge pull request #175 from scikit-package/doc-to-docs
Change doc to docs
2 parents 7fa5615 + 88bfa41 commit f15d4af

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

.flake8 renamed to .flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exclude =
66
__pycache__,
77
build,
88
dist,
9-
doc/source/conf.py
9+
docs/source/conf.py
1010
max-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

.github/workflows/_publish-docs-on-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

news/doc-to-docs.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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>

0 commit comments

Comments
 (0)