I switched from the included ReadtheDocs theme to the "Combined Theme" theme for my project. I did pip install mkdocs-bootswatch for this theme and changed theme: readthedocs to theme: united in my mkdocs.yml file.
However, despite the successful completion of the project in the "Reading Documents" section, the documentation retains the standard readthedocs theme. When I run it locally (using mkdocs serve ), it looks right with the United theme.
Is there another line of code that I have to configure somewhere? Requirements file that I should add? How can I make the external theme display correctly in ReadtheDocs ... or really, can I use external themes for readthedocs.org?
Note. I asked MkDocs users, and they said that this is a ReadTheDocs limitation, so if something is done, it looks like it will be a ReadTheDocs related solution. Otherwise, I may have to go to GitHub pages or something similar.
source share