File tree 3 files changed +5
-10
lines changed
3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 15
15
run : |
16
16
pip3 install --upgrade pip
17
17
sudo apt install python3-setuptools
18
- cd ..
19
- git clone https://github.com/sphinx-doc/sphinx
20
- cd sphinx
21
- pip3 install .
22
- pip3 install sphinx_rtd_theme
18
+ pip3 install furo==2020.10.5b9
19
+ pip3 install sphinx-copybutton
23
20
24
21
- name : Install manim env
25
22
run : |
Original file line number Diff line number Diff line change 17
17
'sphinx.ext.autodoc' ,
18
18
'sphinx.ext.coverage' ,
19
19
'sphinx.ext.napoleon' ,
20
- 'sphinx_rtd_theme'
20
+ 'sphinx_copybutton' ,
21
21
]
22
22
23
23
autoclass_content = 'both'
28
28
master_doc = 'index'
29
29
pygments_style = 'default'
30
30
31
- # html_static_path = ['assets']
32
- html_theme = 'sphinx_rtd_theme'
31
+ html_theme = 'furo' # pip install furo==2020.10.5b9
33
32
# html_favicon = '../../logo/graph.png'
34
33
html_logo = '../../logo/transparent_graph.png'
35
34
html_theme_options = {
36
- 'logo_only' : True ,
37
- 'style_nav_header_background' : '#343131' ,
35
+ "sidebar_hide_name" : True ,
38
36
}
You can’t perform that action at this time.
0 commit comments