File tree Expand file tree Collapse file tree 4 files changed +3
-163
lines changed Expand file tree Collapse file tree 4 files changed +3
-163
lines changed Original file line number Diff line number Diff line change 11sphinx>=1.3.6
22sphinx-rtd-theme
33nbsphinx
4+ sphinxcontrib_github_alt
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ dependencies:
1212 - nbsphinx
1313 - Send2Trash
1414 - prometheus_client
15+ - sphinxcontrib_github_alt
Original file line number Diff line number Diff line change 3030# add repo root to sys.path
3131# here = root/docs/source
3232here = os .path .abspath (os .path .dirname (__file__ ))
33- sphinxext = os .path .join (os .path .dirname (here ), 'sphinxext' )
34- sys .path .insert (0 , sphinxext )
3533repo_root = os .path .dirname (os .path .dirname (here ))
3634sys .path .insert (0 , repo_root )
3735
7270 'sphinx.ext.mathjax' ,
7371 'IPython.sphinxext.ipython_console_highlighting' ,
7472 'nbsphinx' ,
75- 'github ' ,
73+ 'sphinxcontrib_github_alt ' ,
7674]
7775
7876# Add any paths that contain templates here, relative to this directory.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments