-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
- minor doc fixes - I believe I got all 3.3.6 into 3.3.7 - suggestion to use bs3 over 2 - more specific directions on how to upgrade in future - missing documentation of `static/bootstrap-sphinx.css_t` for upgrades - much more description of what should go down in `TODO.rst` - modified the **epic** `tar` packaging to be more explicit (anybody who has `egrep` aliased can't use the original solution) - fixed `Makefile` to actually use `python3` - added simple option for port override (I'm currently running a mission critical app on `8000` xD) - fixed `requirements.txt` to allow e.g. `sphinx==1.6.2` or higher - `setup.py` has neither of these dependencies? - if you add them, you'll need to treat python 2 and 3 separately because of fabric? #### Notes: - Candidate to close #149 - Officially the `solar` theme is not in the `v3.3.7` bootswatch tag, see [this issue](thomaspark/bootswatch#643) - Just added it manually from the main page - I don't think you actually want to include the `custom` theme, I'm pretty sure it's either an artifact or a basis for creating your own. - Changed a few locations referring to the now nonexistent `amelia` theme #### Questions: 1. There is a rather long commented out section in `TODO.rst`. Might be worth deleting? 2. See changes to `README.rst`, in particular the added `.. warning::`. The question: I didn't really understand what was going on with #159 because I didn't have any trouble building with `sphinx==1.5.1` or `1.5.5` etc. Basically, if it's actually a hard requirement then maybe the verbiage is fine, but if not then it's too strong? 3. This is not a "you" problem, but when viewing the source of generated pages I noticed all of the javascript gets loaded at the beginning in the `<meta>` rather than at the bottom. I know next to nothing about front-end, but those are supposed to be loaded last right (sphinx is doing this, not you)? Happy to undo / revise any of the included, thanks again for the theme 😄
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
\.DS_Store | ||
*\.pyc | ||
.DS_Store | ||
*.pyc | ||
|
||
build | ||
dist | ||
*\.egg-info | ||
*.egg-info | ||
demo/build/* | ||
node_modules | ||
__pycache__ | ||
.vscode | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Fabric==1.6.0 | ||
Sphinx==1.6.1 | ||
Fabric>=1.13.2 | ||
Sphinx>=1.6.1 |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.