diff --git a/doc/source/conf.py b/doc/source/conf.py index b6d5c6d6..ef7e5b61 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -120,7 +120,9 @@ latex_font_size = '11pt' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, document class [howto/manual]). -latex_documents = [('manual/MyHDL', 'MyHDL.tex', 'MyHDL manual', 'Jan Decaluwe', 'manual')] +latex_documents = [('manual/index', 'MyHDL.tex', 'MyHDL manual', 'Jan Decaluwe', 'manual'), + ('whatsnew/0.6', 'whatsnew0.6.tex', 'What\'s new in MyHDL 0.6', 'Jan Decaluwe', 'manual') + ] # Additional stuff for the LaTeX preamble. latex_preamble = '\usepackage{palatino}' diff --git a/doc/source/index.rst b/doc/source/index.rst index 0fd1d48a..46996f10 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -10,7 +10,8 @@ Contents: .. toctree:: :maxdepth: 2 - manual/MyHDL + whatsnew/0.6.rst + manual/index.rst Indices and tables ================== diff --git a/doc/source/manual/MyHDL.rst b/doc/source/manual/index.rst similarity index 100% rename from doc/source/manual/MyHDL.rst rename to doc/source/manual/index.rst