* 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
This matches 0.2.4 behavior. Although it might not be desired behavior, the behavior of setting this to true can result in file size to explode and build times also.
This was caused by bf9faa98f0 which effectly switched the logic of `collapse_navigation`
* 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
* Use sass var for content max width
* Add new theme vars
* Use own media screen
* Update patch with the ability to chnage the side bar width and content width
There is still a bug were the centent width fills the full screen.
This will have to be fixed before merging.
* Use javascript instead
* Run grunt build
* Remove the ability to set sidebar width
* Revert "Remove the ability to set sidebar width"
This reverts commit 3ad5b5b99a.
* Revert "Run grunt build"
This reverts commit f3f9ff9dc1.
* Revert "Use javascript instead"
This reverts commit 630b50fd61.
* Revert "Update patch with the ability to chnage the side bar width and content width"
This reverts commit f928c3350a.