.. NEMO documentation master file, created by sphinx-quickstart on Wed Jul 4 10:59:03 2018. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. sphinx notes ============ (working notes) * https://github.com/ralsina/rst-cheatsheet/blob/master/rst-cheatsheet.rst * To get bibtex working on ReadTheDocs a ``requirements.txt`` may be needed. Having the following in there got the sphinx-bibtex extension working for me. ``conda install sphinx`` ``pip install sphinx_rtd_theme`` ``pip install sphinxcontrib-bibtex`` :: sphinx>=1.7.0b1 sphinxcontrib-bibtex