From aa8b2a7f234f8e15381a1e76d5c04664098ce6ca Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 8 Aug 2020 19:17:32 +0200 Subject: [PATCH] Add build date to docs --- docs/source/conf.py | 27 ++------------------------- docs/source/index.rst | 2 ++ 2 files changed, 4 insertions(+), 25 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 49c00c9c..e9a330a7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -31,39 +31,16 @@ release = "0.11.0" # -- General configuration --------------------------------------------------- -# If your documentation needs a minimal Sphinx version, state it here. # needs_sphinx = "1.0" - -# Add any Sphinx extension module names here, as strings. They can be -# extensions coming with Sphinx (named "sphinx.ext.*") or your custom -# ones. extensions = [ "sphinx_rtd_theme", ] - -# Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"] - -# The suffix(es) of source filenames. -# You can specify multiple suffix as a list of string: -# source_suffix = [".rst", ".md"] source_suffix = ".rst" - -# The master toctree document. master_doc = "index" - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -# This is also used if you do content translation via gettext catalogs. -# Usually you set "language" from the command line for these cases. +today_fmt = "%A, %B %d %Y at %H:%M" language = None - -# List of patterns, relative to source directory, that match files and -# directories to ignore when looking for source files. -# This pattern also affects html_static_path and html_extra_path. exclude_patterns = [] - -# The name of the Pygments (syntax highlighting) style to use. pygments_style = None @@ -98,7 +75,7 @@ html_css_files = [ # -- Options for HTMLHelp output --------------------------------------------- # Output file base name for HTML help builder. -htmlhelp_basename = "novelWriterdoc" +htmlhelp_basename = "novelWriterDoc" # -- Options for LaTeX output ------------------------------------------------ diff --git a/docs/source/index.rst b/docs/source/index.rst index da2335db..152c6666 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -26,6 +26,8 @@ novelWriter |release| :target: https://pypi.org/project/novelWriter/ :alt: Python Version +**Last Updated:** |today| + novelWriter is a markdown-like text editor designed for writing novels and larger projects of many smaller plain text documents. It uses its own flavour of markdown that supports a meta data syntax for comments, synopsis and cross-referencing between files. The idea is to have a simple text editor