Skip to content

Commit

Permalink
Revert "Temporarily remove interactive python feature while TU Delft …
Browse files Browse the repository at this point in the history
…GitLab is down"
  • Loading branch information
rlanzafame authored Dec 14, 2024
1 parent e023271 commit b51f679
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 58 deletions.
2 changes: 0 additions & 2 deletions book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ html:

sphinx:
config:
# DEC 14, 2024: REINSTATE THE COMMENTED LINES ONCE GITLAB.TUDELFT.NL IS BACK ONLINE
html_js_files:
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
thebe_config:
use_thebe_lite: true
exclude_patterns: ["**/_*.yml", "**/*.md", "**/*.ipynb"]
# END OF DEC 14, 2024 OUTAGE COMMENT
html_theme_options:
logo:
text: Template
Expand Down
5 changes: 1 addition & 4 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ parts:
chapters:
- file: some_content/overview.md
sections:
# DEC 14, 2024: REINSTATE THE COMMENTED PAGE ONCE GITLAB.TUDELFT.NL IS BACK ONLINE
# - file: some_content/text_and_code.ipynb
- file: some_content/text_and_code_gitlab_down.ipynb
# END OF DEC 14, 2024 OUTAGE COMMENT
- file: some_content/text_and_code.ipynb
- file: exercises/exercises
sections:
- file: exercises/001.md
Expand Down
47 changes: 0 additions & 47 deletions book/some_content/text_and_code_gitlab_down.ipynb

This file was deleted.

8 changes: 3 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ jupyterbook-patches
sphinx-image-inverter
download_link_replacer

# DEC 14, 2024: THESE LINES ARE TEMPORARILY TAKEN OUT BECAUSE GITLAB.TUDELFT.NL IS DOWN
# # now list the packages (and the respective url) you wish to download from the GitLab package registry
# --extra-index-url https://gitlab.tudelft.nl/api/v4/projects/11239/packages/pypi/simple
# sphinx-thebe ~= 0.9.9
# END PART REMOVED DEC 14, 2024
# now list the packages (and the respective url) you wish to download from the GitLab package registry
--extra-index-url https://gitlab.tudelft.nl/api/v4/projects/11239/packages/pypi/simple
sphinx-thebe ~= 0.9.9

0 comments on commit b51f679

Please sign in to comment.