mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 12:56:22 +02:00
layout changes for diagrams
resolve conflict
This commit is contained in:
parent
14cfd95be8
commit
0e8fcfa319
1 changed files with 4 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ extensions = [
|
|||
]
|
||||
|
||||
#---sphinx.ext.inheritance_diagram config
|
||||
inheritance_graph_attrs = dict(rankdir="TB", dpi=1200)
|
||||
inheritance_graph_attrs = dict(rankdir="LR", dpi=1200)
|
||||
|
||||
#----- Autodoc
|
||||
#import sys
|
||||
|
|
@ -250,6 +250,9 @@ html_theme = 'sphinx_rtd_theme'
|
|||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
|
||||
def setup(app):
|
||||
app.add_stylesheet('wide.css')
|
||||
|
||||
# Add any extra paths that contain custom files (such as robots.txt or
|
||||
# .htaccess) here, relative to this directory. These files are copied
|
||||
# directly to the root of the documentation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue