You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can only get the theme to work locally. If I use make html it works properly, using automated tools like githubpages or readthedocs however, the documentation is broken.
How do I properly use it? I don't want an unnecessary dependency in my python project, thus it is not included in requirements.txt or setup.py. Instead, I just put a zip file in docs/source which works perfectly local, but not using a service.
What is a proper way use this theme?
The text was updated successfully, but these errors were encountered:
for git pages, u have to make html and upload only the html folder contents to either master or docs folder. I don't think u can use this in readthedocs, it was mentioned by the creator that u might run into issues, which I had too.
I can only get the theme to work locally. If I use
make html
it works properly, using automated tools likegithubpages
orreadthedocs
however, the documentation is broken.How do I properly use it? I don't want an unnecessary dependency in my python project, thus it is not included in
requirements.txt
orsetup.py
. Instead, I just put a zip file indocs/source
which works perfectly local, but not using a service.What is a proper way use this theme?
The text was updated successfully, but these errors were encountered: