From 120537ff0a38138eb03fe6e1fe1b0588d905ecc0 Mon Sep 17 00:00:00 2001 From: Jan Decaluwe Date: Tue, 8 Apr 2014 17:51:37 +0200 Subject: [PATCH] Fixes for readthedocs --- doc/source/conf.py | 8 +++----- doc/source/manual/index.rst | 4 ---- doc/source/whatsnew/0.6.rst | 2 -- doc/source/whatsnew/0.7.rst | 2 -- doc/source/whatsnew/0.8.rst | 2 -- 5 files changed, 3 insertions(+), 15 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index dd3ac8a8..65ef4319 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -41,7 +41,7 @@ master_doc = 'index' # General information about the project. project = u'MyHDL' -copyright = u'2012, Jan Decaluwe' +copyright = u'2014, Jan Decaluwe' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -183,14 +183,12 @@ latex_elements = { # Additional stuff for the LaTeX preamble. 'preamble': '\usepackage{palatino}', + } # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, document class [howto/manual]). -latex_documents = [(u'manual/index', u'MyHDL.tex', u'MyHDL manual', u'Jan Decaluwe', u'manual'), - (u'whatsnew/0.8', u'whatsnew0.8.tex', u'What\'s new in MyHDL 0.8', u'Jan Decaluwe', u'howto'), - (u'whatsnew/0.7', u'whatsnew0.7.tex', u'What\'s new in MyHDL 0.7', u'Jan Decaluwe', u'howto'), - (u'whatsnew/0.6', u'whatsnew0.6.tex', u'What\'s new in MyHDL 0.6', u'Jan Decaluwe', u'howto'), +latex_documents = [(u'manual/index', u'MyHDL.tex', u'MyHDL manual', u'Jan Decaluwe', u'manual', True), ] # The name of an image file (relative to this directory) to place at the top of diff --git a/doc/source/manual/index.rst b/doc/source/manual/index.rst index ed3a2a63..5d218bb3 100644 --- a/doc/source/manual/index.rst +++ b/doc/source/manual/index.rst @@ -2,10 +2,6 @@ The MyHDL manual ******************** -:Author: Jan Decaluwe - -Contents: - .. toctree:: :maxdepth: 2 diff --git a/doc/source/whatsnew/0.6.rst b/doc/source/whatsnew/0.6.rst index 73c3632d..cc5b7cad 100644 --- a/doc/source/whatsnew/0.6.rst +++ b/doc/source/whatsnew/0.6.rst @@ -6,8 +6,6 @@ What's new in MyHDL 0.6 *********************** -:Author: Jan Decaluwe - Conversion to VHDL ================== diff --git a/doc/source/whatsnew/0.7.rst b/doc/source/whatsnew/0.7.rst index 59dfd2b9..71d8f780 100644 --- a/doc/source/whatsnew/0.7.rst +++ b/doc/source/whatsnew/0.7.rst @@ -6,8 +6,6 @@ What's new in MyHDL 0.7 *********************** -:Author: Jan Decaluwe - Conversion to VHDL/Verilog rewritten with the ``ast`` module ============================================================ diff --git a/doc/source/whatsnew/0.8.rst b/doc/source/whatsnew/0.8.rst index 204be2b0..fc8bf964 100644 --- a/doc/source/whatsnew/0.8.rst +++ b/doc/source/whatsnew/0.8.rst @@ -6,8 +6,6 @@ What's new in MyHDL 0.8 *********************** -:Author: Jan Decaluwe - Modular bit vector types ========================