summaryrefslogtreecommitdiff
path: root/_doc
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-07-18 09:32:35 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-07-18 09:32:35 +0200
commit6e6bf79c47ffc422e6482c678b107774b1c9a1ee (patch)
tree42a1b4cd4a3329e281995f087c4cb2376df3739f /_doc
parentd40667d567cbc65182dc5daa822ab1287dd97e1a (diff)
downloadruamel.yaml-6e6bf79c47ffc422e6482c678b107774b1c9a1ee.tar.gz
testing conf.py
Diffstat (limited to '_doc')
-rw-r--r--_doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/_doc/conf.py b/_doc/conf.py
index b46950c..f194404 100644
--- a/_doc/conf.py
+++ b/_doc/conf.py
@@ -71,7 +71,7 @@ try:
from ruamel.std.pathlib import Path
oldargv = sys.argv
for fn in Path('.').glob('*.ryd'):
- sys.argv = ['ryd', 'convert', str(fn)]
+ sys.argv = ['ryd', 'convert', '--no-pdf', str(fn)]
rc = RYDCmd()
rc.parse_args()
print(*sys.argv, '->', rc.run())