summaryrefslogtreecommitdiff
path: root/_doc
diff options
context:
space:
mode:
Diffstat (limited to '_doc')
-rw-r--r--_doc/_static/pypi.svg2
-rw-r--r--_doc/conf.py2
-rw-r--r--_doc/index.ryd1
-rw-r--r--_doc/pyyaml.ryd1
4 files changed, 4 insertions, 2 deletions
diff --git a/_doc/_static/pypi.svg b/_doc/_static/pypi.svg
index 7bce1f4..e35978d 100644
--- a/_doc/_static/pypi.svg
+++ b/_doc/_static/pypi.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="86" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="86" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h33v20H0z"/><path fill="#007ec6" d="M33 0h53v20H33z"/><path fill="url(#b)" d="M0 0h86v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"> <text x="175" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="230">pypi</text><text x="175" y="140" transform="scale(.1)" textLength="230">pypi</text><text x="585" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="430">0.16.13</text><text x="585" y="140" transform="scale(.1)" textLength="430">0.16.13</text></g> </svg>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="86" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="86" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h33v20H0z"/><path fill="#007ec6" d="M33 0h53v20H33z"/><path fill="url(#b)" d="M0 0h86v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"> <text x="175" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="230">pypi</text><text x="175" y="140" transform="scale(.1)" textLength="230">pypi</text><text x="585" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="430">0.17.0</text><text x="585" y="140" transform="scale(.1)" textLength="430">0.17.0</text></g> </svg>
diff --git a/_doc/conf.py b/_doc/conf.py
index 45869b1..0efcc64 100644
--- a/_doc/conf.py
+++ b/_doc/conf.py
@@ -75,7 +75,7 @@ class ryd2rst:
if True:
try:
from ryd.__main__ import RYDCmd
- from ruamel.std.pathlib import Path
+ from pathlib import Path
oldargv = sys.argv
for fn in Path('.').glob('*.ryd'):
diff --git a/_doc/index.ryd b/_doc/index.ryd
index a539e65..0ed9070 100644
--- a/_doc/index.ryd
+++ b/_doc/index.ryd
@@ -1,6 +1,7 @@
version: 0.1
output: rst
fix_inline_single_backquotes: true
+pdf: false
--- !comment |
Sections, subsections, etc. in .ryd files
# with overline, for parts
diff --git a/_doc/pyyaml.ryd b/_doc/pyyaml.ryd
index af3c049..a9f7dd0 100644
--- a/_doc/pyyaml.ryd
+++ b/_doc/pyyaml.ryd
@@ -1,6 +1,7 @@
version: 0.1
output: rst
fix_inline_single_backquotes: true
+pdf: true
--- |
***********************
Differences with PyYAML