Jakob Borg
e62be987f9
Generate selected PDF:s
2015-06-01 09:14:27 +02:00
Jakob Borg
e2467731a3
Simplify footer
2015-05-31 10:06:57 +02:00
Stefan Tatschner
428c3638c1
Enable syncthing(1) page
2015-05-30 00:15:11 +02:00
Stefan Tatschner
385c46fd4b
Use sphinx.ext.extlinks to generate frequently used links
...
Documentation see here:
http://sphinx-doc.org/ext/extlinks.html
2015-05-29 23:08:17 +02:00
Stefan Tatschner
6ad32bfe1b
Add a favicon
...
Although there is a warning about not being an *.ico, I think the
warning can be safely ignored. Modern browsers support pngs well.
2015-05-29 22:55:47 +02:00
Jakob Borg
31a396bc86
Merge pull request #7 from rumpelsepp/man
...
Create and enable manpages
2015-05-29 17:04:26 +02:00
Jakob Borg
5b37d1b497
Add patched sphinx_rtd_theme
...
There must be a cleaner way to do this... Currently, this theme is built
with:
--- a/sass/_theme_layout.sass
+++ b/sass/_theme_layout.sass
@@ -292,7 +292,7 @@
.wy-nav-content
padding: $gutter $gutter * 2
height: 100%
- max-width: 800px
+ max-width: 1000px
margin: auto
.wy-body-mask
@@ -354,13 +354,6 @@ footer
height: 100%
overflow: hidden
-+media($desktop-wider)
- .wy-nav-content-wrap
- background: rgba(0,0,0,.05)
- .wy-nav-content
- margin: 0
- background: $section-background-color
-
@media print
.rst-versions, footer, .wy-nav-side
display: none
and this on bower_components/wyrm/sass/wyrm_core/_wy_variables.sass
- $base-font-size: 16px !default
+ $base-font-size: 18px !default
$base-font-family: "Helvetica Neue", Arial, sans-serif !default
$base-font-family-bold: bold
- $base-line-height: 24px !default
+ $base-line-height: 27px !default
2015-05-29 16:58:12 +02:00
Stefan Tatschner
ef76180205
Enable the manpages in the configuration file
...
This patch enables the previously created manpages in the sphinx
configuration file. It also enables "man_show_urls" because the
manpages include several external links.
2015-05-29 16:45:03 +02:00
Jakob Borg
3d76603ece
Merge pull request #5 from rumpelsepp/cleanups
...
Some cleanups
2015-05-29 16:39:28 +02:00
Stefan Tatschner
89dc32dca0
Enable TODO extension
...
This extension enables the usage of .. todo:: blocks. This is quite
useful because we can encourage people to work on particular sections
of the documentation.
2015-05-29 14:27:10 +02:00
Stefan Tatschner
f59300023e
Cleanup conf.py
...
- Move the configuration values to the appropriate position in the file.
- Setting "html_theme_path" is not needed.
- Enable "html_last_updated_fmt". It is quite useful to determine the
last documentation update. IMO it does not harm at all.
2015-05-29 12:51:35 +02:00
Jakob Borg
997d586c5e
Style & cleanups
2015-05-28 14:06:57 +02:00
Jakob Borg
fd7fe795ad
Initial
2015-05-28 12:40:43 +02:00