Skip to content

Commit 167872b

Browse files
authored
Rename devel to dev (mne-tools#13349)
1 parent 1a569d0 commit 167872b

File tree

16 files changed

+13
-13
lines changed

16 files changed

+13
-13
lines changed

.github/workflows/check_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
changelog_checker:
13-
name: Check towncrier entry in doc/changes/devel/
13+
name: Check towncrier entry in doc/changes/dev/
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: scientific-python/action-towncrier-changelog@v1

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ html_dev-noplot: html-noplot
6565
html_dev-front: html-front
6666

6767
linkcheck:
68-
@$(SPHINXBUILD) -b linkcheck -D nitpicky=0 -q -D plot_gallery=0 -D exclude_patterns="cited.rst,whats_new.rst,configure_git.rst,_includes,changes/devel" -d _build/doctrees . _build/linkcheck
68+
@$(SPHINXBUILD) -b linkcheck -D nitpicky=0 -q -D plot_gallery=0 -D exclude_patterns="cited.rst,whats_new.rst,configure_git.rst,_includes,changes/dev" -d _build/doctrees . _build/linkcheck
6969

7070
doctest:
7171
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) _build/doctest

doc/_static/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"name": "1.11 (devel)",
3+
"name": "1.11 (dev)",
44
"version": "dev",
55
"url": "https://mne.tools/dev/"
66
},
File renamed without changes.
File renamed without changes.
File renamed without changes.

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
# This pattern also affects html_static_path and html_extra_path.
127127

128128
# NB: changes here should also be made to the linkcheck target in the Makefile
129-
exclude_patterns = ["_includes", "changes/devel"]
129+
exclude_patterns = ["_includes", "changes/dev"]
130130

131131
# The suffix of source filenames.
132132
source_suffix = ".rst"

0 commit comments

Comments
 (0)