Makes site and nav more mobile friendly#9
Conversation
|
cool, I can give these a look! the sqlalchemyorg part of things is run using a tool called zeekofile, that is my own fork of an old tool called blogofile. you can run the sqlalchemyorg site here using zeekofile by installing zeekofile in a python environment somewhere, then cd into the root directory of this repo and run: then the site is at that web address. you can then build the docs so they refer to this site like this: $ RTD_SITE_BASE=http://127.0.0.1:8080 READTHEDOCS=True make clean html (this submitted too quickly, I'm testing that out now). edit: OK from there, right now you have to view the sphinx docs in terms of that web server. so you can copy the files over into _site/ , which is where it's serving the files from, into any directory and then view that in the browser. |
These are some relatively small CSS changes to make the site read better on mobile, as well as make the navigation menu flow vertically with a collapsible toggle.
I wasn't able to test how these changes might affect the docs. I figured out how you build them with Sphinx but it wasn't clear how you pull those into the site with headers/footers. These updates should not break them, but happy to test them a little bit more if you wanted to give some instructions on your build process.