diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 7 | ||||
-rw-r--r-- | docs/index.rst | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 9e95f79..25b3d4d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -262,3 +262,10 @@ texinfo_documents = [ # If true, do not generate a @detailmenu in the "Top" node's menu. #texinfo_no_detailmenu = False + +on_rtd = os.environ.get('READTHEDOCS', None) == 'True' + +if not on_rtd: # only import and set the theme if we're building docs locally + import sphinx_rtd_theme + html_theme = 'sphinx_rtd_theme' + html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] diff --git a/docs/index.rst b/docs/index.rst index 79167b0..cdcddbc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,4 +1,3 @@ - kafka-python ============ @@ -51,11 +50,9 @@ Contents usage api_reference - Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` - |