From 09f8576ae990234daebf51cca48b52d564f2c2d2 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Fri, 26 Mar 2021 11:20:38 +0100 Subject: remove support for 2.7, prepare for f-strings --- _doc/_static/pypi.svg | 2 +- _doc/conf.py | 2 +- _doc/index.ryd | 1 + _doc/pyyaml.ryd | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) (limited to '_doc') 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 @@ - pypipypi0.16.130.16.13 + pypipypi0.17.00.17.0 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 -- cgit v1.2.1