From ca100e5a30f6c016688721c1ce29f20d7de70550 Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Fri, 1 Aug 2014 02:46:02 +0200 Subject: [PATCH] Updated doc generation config. --- autoddoc.cfg | 6 +++--- docsrc/conf.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/autoddoc.cfg b/autoddoc.cfg index bdf3db3..2112c69 100644 --- a/autoddoc.cfg +++ b/autoddoc.cfg @@ -2,9 +2,9 @@ # Name of the project. E.g. "AutoDDoc Documentation Generator". name = D:YAML # Project version string. E.g. "0.1 alpha". -version = 0.4 +version = 0.5 # Copyright without the "Copyright (c)" part. E.g. "Joe Coder 2001-2042". -copyright = Ferdinand Majerech 2011. Based on PyYAML by Kirill Simonov. +copyright = Ferdinand Majerech 2011-2014. Based on PyYAML by Kirill Simonov. # File name of the logo of the project, if any. # Should be a PNG image. E.g. "logo.png". logo = ../docsrc/logo128.png @@ -29,7 +29,7 @@ links = ../index.html Documentation home # Source files or patterns to ignore. Supports regexp syntax. # E.g; To ignore main.d and all source files in the test/ directory, # you would use: "main.d test/*" -ignore = test/*, examples/*, docsrc/*, autoddoc/*, yaml.d, unittest.d, cdc.d, dyaml/all.d, dyaml/composer.d, dyaml/event.d, dyaml/parser.d, dyaml/reader.d, dyaml/scanner.d, dyaml/token.d, dyaml/util.d, dyaml/anchor.d, dyaml/emitter.d, dyaml/flags.d, dyaml/serializer.d, dyaml/zerostring.d, dyaml/tag.d, dyaml/tagdirective.d, dyaml/queue.d, dyaml/escapes.d, dyaml/fastcharsearch.d +ignore = test/*, examples/*, docsrc/*, autoddoc/*, yaml.d, tinyendian.d, unittest.d, cdc.d, dyaml/all.d, dyaml/composer.d, dyaml/event.d, dyaml/parser.d, dyaml/reader.d, dyaml/scanner.d, dyaml/token.d, dyaml/util.d, dyaml/anchor.d, dyaml/emitter.d, dyaml/flags.d, dyaml/serializer.d, dyaml/zerostring.d, dyaml/tag.d, dyaml/tagdirective.d, dyaml/queue.d, dyaml/escapes.d, dyaml/fastcharsearch.d, dyaml/unused.d, dyaml/streamcompat.d, dyaml/nogcutil.d, dyaml/encoding.d [DDOC] # Command to use to generate the documentation. diff --git a/docsrc/conf.py b/docsrc/conf.py index 9aa3bef..f10054c 100644 --- a/docsrc/conf.py +++ b/docsrc/conf.py @@ -49,9 +49,9 @@ copyright = (u'2011-2014, Ferdinand Majerech. Based on PyYAML http://www.pyyaml. # built documents. # # The short X.Y version. -version = '0.4' +version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.4' +release = '0.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.