Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jasujm committed Dec 7, 2019
1 parent 9983928 commit 87366d7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Version 0.1
-----------

Date
2019-12-07

Initial revision
4 changes: 3 additions & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ if(Doxygen_FOUND AND Sphinx_FOUND)
set(SPHINX_INDEX_FILE "${SPHINX_BUILD}/index.html")
set(ENHANCEDENUM_SPHINX_CONFIG "${SPHINX_SOURCE_DIR}/conf.py")
set(ENHANCEDENUM_PROJECT_README "${PROJECT_SOURCE_DIR}/README.rst")
set(ENHANCEDENUM_PROJECT_CHANGELOG "${PROJECT_SOURCE_DIR}/CHANGELOG.rst")
file(GLOB_RECURSE ENHANCEDENUM_RSTS "${SPHINX_SOURCE_DIR}/*.rst")
file(GLOB_RECURSE ENHANCEDENUM_ENUMECG_PYS "${SPHINX_SOURCE_DIR}/../python/enumecg/*.py")
file(GLOB_RECURSE ENHANCEDENUM_EXAMPLES "${SPHINX_SOURCE_DIR}/examples/*")
Expand All @@ -30,7 +31,8 @@ if(Doxygen_FOUND AND Sphinx_FOUND)
"-Dbreathe_projects.EnhancedEnum=${DOXYGEN_OUTPUT_DIR}/xml"
${SPHINX_SOURCE_DIR} ${SPHINX_BUILD}
MAIN_DEPENDENCY ${ENHANCEDENUM_SPHINX_CONFIG}
DEPENDS ${DOXYGEN_INDEX_FILE} ${ENHANCEDENUM_PROJECT_README} ${ENHANCEDENUM_RSTS}
DEPENDS ${DOXYGEN_INDEX_FILE} ${ENHANCEDENUM_PROJECT_README}
${ENHANCEDENUM_PROJECT_CHANGELOG} ${ENHANCEDENUM_RSTS}
${ENHANCEDENUM_ENUMECG_PYS} ${ENHANCEDENUM_EXAMPLES}
COMMENT "Generating Sphinx documentation")

Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Changelog
=========

.. include:: ../CHANGELOG.rst
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,11 @@ Developer guide
:maxdepth: 2

installation

History
=======

.. toctree::
:maxdepth: 2

changelog

0 comments on commit 87366d7

Please sign in to comment.