[ooni-probe/master] Use the read the docs theme for sphinx

commit 63628478205ab861cdcadb2d38a932aa0b1c7973 Author: Arturo Filastò <art@fuffa.org> Date: Sat May 2 13:06:16 2015 +0200 Use the read the docs theme for sphinx --- docs/source/conf.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 778192a..f12deba 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -11,6 +11,7 @@ # All configuration values have a default; values that are commented out # serve to show the default. +import sphinx_rtd_theme import sys, os # If extensions (or modules to document with autodoc) are in another directory, @@ -43,17 +44,17 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'OONI' -copyright = u'2012, The Tor Project' +project = u'OONI: Open Observatory of Network Interference' +copyright = u'2015, The Tor Project' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.1' +version = '1.3.1' # The full version, including alpha/beta/rc tags. -release = '0.1-alpha' +release = '1.3.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -94,7 +95,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +html_theme = 'sphinx_rtd_theme' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the @@ -102,7 +103,7 @@ html_theme = 'default' #html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] +html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # The name for this set of Sphinx documents. If None, it defaults to # "<project> v<release> documentation". @@ -123,7 +124,7 @@ html_theme = 'default' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +# html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format.
participants (1)
-
art@torproject.org