diff --git a/AUTHORS.rst b/AUTHORS.rst index c7ff055226edb28996730a7fb25636e566667ba5..1fa5394515a51dda0b378da6a6c0d9f5196d0574 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -10,7 +10,9 @@ Karl Segl Contributors ------------ -* Daniel Scheffler (main developer of the EnPT source code) -* Niklas Bohn (main developer of the SICOR atmopsheric correction source code) +* Daniel Scheffler + (main developer of the EnPT source code) +* Niklas Bohn + (main developer of the SICOR atmopsheric correction source code) * André Hollstein * Stéphane Guillaso diff --git a/docs/_static/wider_theme.css b/docs/_static/wider_theme.css new file mode 100644 index 0000000000000000000000000000000000000000..1e71926a17bd5ddfff3a8f8b45d5860d6bdaee97 --- /dev/null +++ b/docs/_static/wider_theme.css @@ -0,0 +1,3 @@ +.wy-nav-content { +max-width: 1200px !important; +} diff --git a/docs/conf.py b/docs/conf.py index 4507eb0b3bccc5f45c2c494bb854e18d88a63378..1ef6989a17a4f824c1ec853c3d527f8a8b66afc9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,7 +63,7 @@ master_doc = 'index' # General information about the project. project = u'EnPT' -copyright = u"2019, Karl Segl, Daniel Scheffler, André Hollstein, Stéphane Guillaso, Niklas Bohn" +copyright = u"2019, Karl Segl, Daniel Scheffler, Niklas Bohn, André Hollstein, Stéphane Guillaso" # The version info for the project you're documenting, acts as replacement # for |version| and |release|, also used in various other places throughout @@ -119,6 +119,11 @@ pygments_style = 'sphinx' autoclass_content = 'both' +# Increase content width of generated docs +def setup(app): + app.add_stylesheet('wider_theme.css') + + # -- Options for HTML output ------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for