* 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
* Docs: correct navigation_depth discription
* Docs: add note about large toctrees
* Docs: Cleanup: use different note markup
Github does not mark the syntax correctly otherwise
* Fix centered tables
Centered elements get `display: block` which does not work with tables. This commit excepts tables, so they will still use `display: table` and center properly
Fixes#599.
* Update changelog
* Create CODE_OF_CONDUCT.md
* Point to the RTD code of conduct
* Docs: Add intersphinx
* Docs: add link to our code of conduct
* Add missing sphinx link
Fixes#557#523
* Remove old conf file setup
* Split changelog to its ownfile
* Remove changelog from readme
* Update introduction sentence
* Fix wording of intro
* Remove readme table of contents
* Move links to there sections
* Remove config
* Create configuring.rst
* Remove todo
* Remove installing docs from readme
* Create installing.rst
* Remove contributing section from readme
* Create contributing.rst
* Include basic info in readme
The rest gets pointed to our actual docs
* Add new files to toctree
* Fix configuring options title
* Set logo_only to True
Also, remove documentation of theme options. We have actual docs for this.
* Include readme on index page
* Remove wyrm_addons/pygments/
* Use own sass for codeblocks
* Fix styling of code blocks
* Set line height for all
* Revert back to normal line height
* Group css rules to keep them in sync