Description
Hi all, I'm trying to set up a website for my repository at http://Meteodan.github.io/arpsEnKFtools/
I am very new to deploying web sites on GitHub and am relatively new to "respectable" open source python-based workflows in general.
I have been using the "Scientific Python Cookiecutter" guide to deploy the site for my repository, and they recommend using doctr. The instructions I've been following are here: https://nsls-ii.github.io/scientific-python-cookiecutter/publishing-docs.html
I already have Travis-CI set up for the site, and the build seems to work. However, the site does not display the default "sphinx_rtd_theme" despite having it set properly in the conf.py file. The build information on Travis doesn't seem to show anything related to this problem, so I can't figure out where it is failing.
Forgive me if this is the wrong place to ask this, as it is quite likely that I am just missing something obvious. But, I would appreciate any help you could give.