Skip to content

Commit 90f4d63

Browse files
authored
test: fix broken linkcheck link to GH (jonescompneurolab#1175)
1 parent 92b000c commit 90f4d63

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ linkcheck:
5656
@$(SPHINXBUILD) -b linkcheck -D nitpicky=0 -D plot_gallery=0 -d _build/doctrees . _build/linkcheck
5757

5858
linkcheck-all:
59-
@$(SPHINXBUILD) -b linkcheck -D nitpicky=0 -D plot_gallery=0 -D linkcheck_ignore='https://www.nsgportal.org','https://doi.org/10.1152/jn.00535.2009','https://doi.org/10.1152/jn.00122.2010','https://doi.org/10.1101/2021.04.16.440210','https://doi.org/10.7554/eLife.51214','(http|https):\/\/localhost:\d+' -d _build/doctrees . _build/linkcheck
59+
@$(SPHINXBUILD) -b linkcheck -D nitpicky=0 -D plot_gallery=0 -D linkcheck_ignore='https://www.nsgportal.org','https://doi.org/10.1152/jn.00535.2009','https://doi.org/10.1152/jn.00122.2010','https://doi.org/10.1101/2021.04.16.440210','https://doi.org/10.7554/eLife.51214','https://github.com/jonescompneurolab/hnn-core/settings/','(http|https):\/\/localhost:\d+' -d _build/doctrees . _build/linkcheck
6060

6161
view:
6262
@python -c "import webbrowser; webbrowser.open_new_tab('file://$(PWD)/_build/html/index.html')"

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@
253253
'https://doi.org/10.1101/2021.04.16.440210',
254254
'https://doi.org/10.7554/eLife.51214',
255255
'https://groups.google.com/g/hnnsolver',
256+
'https://github.com/jonescompneurolab/hnn-core/settings/',
256257
r'(http|https):\/\/localhost:\d+',
257258
r'(http|https):\/\/github\.com\/jonescompneurolab\/hnn-core\/(issues|pull)\/\d+',
258259
]

0 commit comments

Comments
 (0)