ndexbio / ndex2-client

NDEx2 Client
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Request - use ReadTheDocs theme in documentation #15

Closed cthoyt closed 6 years ago

cthoyt commented 6 years ago

The theme in the sphinx configuration

https://github.com/ndexbio/ndex2-client/blob/376aab30e3e6d1d70f1e14f782bfce260a325631/docs/conf.py#L90

can be changed to html_theme = 'sphinx_rtd_theme' which is ultimately much nicer looking and easier to navigate.

Caveat: this requires pip install sphinx_rtd_theme before building documentation, but this isn't a big hurdle. I'll make a small PR for this.