File tree Expand file tree Collapse file tree 3 files changed +12
-20
lines changed
Expand file tree Collapse file tree 3 files changed +12
-20
lines changed Original file line number Diff line number Diff line change 1+ /* override table width restrictions */
2+ .wy-table-responsive table td , .wy-table-responsive table th {
3+ white-space : normal;
4+ }
5+
6+ .wy-table-responsive {
7+ margin-bottom : 24px ;
8+ max-width : 100% ;
9+ overflow : visible;
10+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -136,7 +136,8 @@ def get_igraph_version():
136136# Inspired by pydoctor's RTD page itself
137137# https://github.com/twisted/pydoctor/blob/master/docs/source/conf.py
138138html_theme = "sphinx_rtd_theme"
139- html_static_path = []
139+ html_static_path = ["_static" ]
140+ html_css_files = ["custom.css" ]
140141
141142# The name for this set of Sphinx documents. If None, it defaults to
142143# "<project> v<release> documentation".
You can’t perform that action at this time.
0 commit comments