Skip to content

Commit

Permalink
[Documentation] Add Extension nbsphinx-link (#5596)
Browse files Browse the repository at this point in the history
* Add extension nbsphinx-link: link notebook out of the sphinx root folder to the sphinx project

* Link Notebook custom.ipynb directly from python folder to the sphinx project

* Link Notebook seq_and_func.ipynb directly from python folder to the sphinx project

* Small title fix

* Make interactive graphs visible in readthedocs webpage for seq_and_func.ipynb

* Regenerate outputs for custom.ipynb and remove parts of them
  • Loading branch information
Oscilloscope98 authored Sep 1, 2022
1 parent 9e76c7e commit 57e46c6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 968 deletions.
1 change: 1 addition & 0 deletions docs/readthedocs/requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ sphinx-design==0.2.0
sphinx-external-toc==0.3.0
nbsphinx==0.8.9
sphinx-design==0.2.0
nbsphinx-link==1.3.0
3 changes: 2 additions & 1 deletion docs/readthedocs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
'sphinx_design',
'sphinx_external_toc',
'sphinx_design',
'nbsphinx'
'nbsphinx',
'nbsphinx_link'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
Loading

0 comments on commit 57e46c6

Please sign in to comment.