Without this patch the following text can appear on the same line:
Copyright year-year, name Last updated on Mmm DD, YYY.
The additional container ensures that the last_updated notice is
placed below the copyright notice.
* Lists not indented properly on genindex.html
I haven't tested this yet but it is a start to fixing this. No need to review yet.
Fixes#671
* Update CSS Selector
This should also fix#685
* Remove styling for contents
* Move javascript back to head
* Move jQuery function back to bottom
* Do not change white space
* Update comment + whitespace cleanup
* Address review points
* Fix code comments
* Add support for Google Analytics to theme.
This setting has actually existed in the default config since the original version,
but doesn't currently work.
This fixes that and supports GA if it's set.
* Add docs around analytics_id
* Do not conflict with RTD insertion of analytics script
* Remove dupliate analytics_id
* Add analytics_id to the configuration in its new place
* Small visual improvement to captions in toctree
* Add new nav-caption internal var
* Use colored text and add margin
* Nav captions now have independent color
Co-Authored-By: Blendify <carlisle.b3d@gmail.com>
* De saturate the bright blue captions
Co-Authored-By: Blendify <carlisle.b3d@gmail.com>
* Give code block captions same permalink as other elems
* Style code block captions like table captions
* Revert "Give code block captions same permalink as other elems"
This reverts commit 4f7e6da246.
* Fix HTML search not working
Since Sphinx-1.7, Sphinx has exported search options as
`documentation_options.js`. This starts to refer it instead of
definitions of JavaScript variables.
In addition, this also uses `js_tag()` function which added in 1.8
to support additional attributes for scripts (ex. async attribute).
* Add code comment
* Clean up a lot of copy.
* Reduce usage of internal Sphinx concepts like "toctree"
* Make language clearer
* Fix a few factual inaccuracies
* Remove noisey/placeholder/introduction to a paragraph sort of text,
this just distracts readers.
* Make `confval` domain role to allow for creation of config value field
lists that are linkable and can be referenced. Also include
type/default fields
* Reduce redundancy in heading
* Intersphinx to Sphinx docs
* Use new role to intersphinx to Sphinx confvals
* Add copy on using logo/etc. These are common questions for us for
those not familiar with Sphinx. Link to appropriate docs.