summaryrefslogtreecommitdiff
path: root/docs/docsite/_themes/sphinx_rtd_theme
Commit message (Collapse)AuthorAgeFilesLines
* backport 57316 (#57424)Sandra McCann2019-06-051-14/+87
|
* Removed misleading padding from highlighted results of a search query ↵Alicia Cozine2019-05-211-1/+1
| | | | | (#55464) (#56654) (cherry picked from commit 0330ea616eee7183920be45a34737f0d72aaf184)
* Speed up the Sphinx documentation build (#55593) (#56662)Alicia Cozine2019-05-211-1/+1
| | | | | * speeds up the docs build by changing the navigation collapse setting (cherry picked from commit 47a440774f7cd1c2582fa5d846eb2cd1ff043bd4)
* Update Ansible docsite CSS to fix multi-page printing issue (#51472) (#55666)Sandra McCann2019-04-231-30/+31
| | | | | | * Update css to fix multi-page printing issue * Add margin edit (cherry picked from commit 51ac4d34416a452bd78188051931f83610fb0950)
* Update the docsite Version to 2.7Toshio Kuratomi2018-08-311-1/+1
|
* Prefer https:// links in the docs siteAndreas Olsson2018-08-011-1/+1
| | | | | All the changed urls are availible by way of https://. Most of them already redirect.
* Use colspan on td instead of divs for hierarchical tables (#39948)Brian Campbell2018-05-311-38/+4
| | | | | Address Firefox table-rendering issues in docs. Refactor to use colspan to provide table cells which can vary in width and indentation; the outermost has the greatest colspan, and each nested key has a colspan of one less than the parent, with padding cells for indentation. Apply styling to table cells to get the table height to work without hacks or browser-specific styling. Simplify the markup and CSS by removing extra divs. Use two passes over the options, return values, and return facts in the Jinja2 module-docs template: one to determine the maximum nesting depth to compute the maximum colspan needed, plus one to lay out the rows.
* Mobile CSS update - adds scrolling inertia (#38443)scottb2018-04-071-2/+2
|
* Tweaks docs CSS to fix minor issue with main content page display cutting ↵scottb2018-04-061-2/+2
| | | | off at the bottom. (#38432)
* Additional docs CSS fix for mobile (#38376)scottb2018-04-051-1/+1
|
* Fixes CSS so docs display properly on mobile (#38373)scottb2018-04-052-17/+7
|
* Fix the automatic docsite_pr label (#37999)Dag Wieers2018-04-051-2/+2
|
* Reinstated element to fix doc display on mobile devices. (#38246)scottb2018-04-031-0/+41
|
* Fixes scrolling issue without breaking header nav (#37864)scottb2018-03-231-1/+1
|
* Temporary fix for horizontal scrolling issues on certain pages. Note that ↵scottb2018-03-231-1/+1
| | | | this will revert the behavior where headings scroll off the top of the main content region during navigation; fix for that is being investigated. (#37863)
* Fixes anchors scrolling off the top of the screen during navigation. (#37548)scottb2018-03-161-2/+2
|
* Improve module docs return values (#36943)Dag Wieers2018-03-061-3/+1
| | | | | | | | | | | | | | | | * Improve module docs return values Currently the 5 columns shown doesn't make optimal use of the screen estate, especially for facts modules this is a problem. * Add returned facts as a separate section * Remove whitespace and add support section Since Notes were moved higher up, the Author, Status and Maintainer information was now placed under the Return Values section. * Switch Last Updated and Copyright
* Remove Sphinx/Read-the-Docs plug on every doc page (#37023)Dag Wieers2018-03-051-6/+1
| | | | | | | | | | | | * Remove Sphinx/Read-the-Docs plug on every doc page No need to have this on every page. This fixes #37021 * Reinstated RTD credit with revised wording. * Re-removed RTD footer boilerplate.
* Automatically stuff reference in commit message (#36844)Dag Wieers2018-02-281-2/+2
| | | | | | | | | | | | | | | | * Automatically stuff reference in commit message So we probably want to track which edits were performed through the Github interface, and this change automatically adds a label to the commit message. ```yaml <!--- Your description here --> +label: docsite_pr ``` Eventually this allows to (on regular basis) list the changes from documentation readers and process them in a separate process.
* docsite: Improve previous fix for smartphone/tablet (#36678)Dag Wieers2018-02-241-1/+4
|
* Fix rendering docsite on smartphone/tablets (#36675)Dag Wieers2018-02-241-1/+1
|
* Asorted docs fixed (#36672)Dag Wieers2018-02-241-2/+2
| | | | | | This PR includes: - A fix to untemplated {{ plugin_type }} in docs - Remove the additional info on how to edit module docs (see #36667) - Add missing delimiter
* docsite: Add 'Edit on GitHub' for module docs (#36667)Dag Wieers2018-02-241-2/+6
| | | | | | | | | This is something I always wanted, a 'Edit on GitHub' button for module documentation. I also removed the additional statement in the footer with instructions on how to edit the module documentation. PS The links go directly into the GitHub file editor now !
* Fixes broken nested tables in module docs (#36144)scottb2018-02-131-0/+52
|
* Core Docs Refactor and Redesign (#36067)scottb2018-02-1327-0/+4968
* Docs refactor as outlined in https://github.com/ansible/proposals/issues/79. Moves content into 'guides'; refactors TOC; fixes CSS; design tweaks to layout and CSS; fixes generated plugin, CLI and module docs to fix links accodingly; more. * Adding extra blank line for shippable