Skip to content

Commit

Permalink
Fixed docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
JWatter committed Jan 10, 2024
1 parent c5de5e1 commit ce8478c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docsource/download_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
with urllib.request.urlopen(repo_url) as f:
response = f.read().decode('utf-8')

pieces = response.split('.ipynb">')[1:]
basenames = [p.split('.ipynb</a>')[0] for p in pieces]
pieces = response.split('"notebooks/')[1:]
basenames = [p.split('.ipynb"')[0] for p in pieces]

# download all notebooks

Expand Down
2 changes: 1 addition & 1 deletion docsource/release_notes/release_notes_0.3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Documentation

- Add release notes

- Add visium example to address `#8 https://github.com/simonwm/tacco/issues/8`__
- Add visium example to address `#8 <https://github.com/simonwm/tacco/issues/8>`__

Miscellaneous
-------------
Expand Down
2 changes: 1 addition & 1 deletion docsource/release_notes/template_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Documentation
-------------
.. include documentation updates here
- Add example `#8 https://github.com/simonwm/tacco/issues/8`__
- Add example `#8 <https://github.com/simonwm/tacco/issues/8>`__

Miscellaneous
-------------
Expand Down

0 comments on commit ce8478c

Please sign in to comment.