From c58ef2cbb6ddff6935675a934e1b5a180eb15e74 Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Fri, 10 Apr 2020 12:13:04 +0530 Subject: [PATCH] suggested changes done --- docs/conf.py | 5 ++--- docs/index.rst | 2 +- docs/{examples.md => unittesting_examples.md} | 0 3 files changed, 3 insertions(+), 4 deletions(-) rename docs/{examples.md => unittesting_examples.md} (100%) diff --git a/docs/conf.py b/docs/conf.py index 4aea9d86b1..bfc760e472 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,7 +37,7 @@ 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', '.md'] # The encoding of source files. @@ -288,9 +288,8 @@ texinfo_documents = [ # If true, do not generate a @detailmenu in the "Top" node's menu. #texinfo_no_detailmenu = False - +# Remove this two lines if 'recommonmark' is in extensions array (at line 33) and sphinx version is v1.0.0 from recommonmark.parser import CommonMarkParser -source_suffix = ['.rst', '.md'] source_parsers = {'.md': CommonMarkParser} diff --git a/docs/index.rst b/docs/index.rst index 83e496796a..eb8488799e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -59,7 +59,7 @@ Useful links: unittesting assert_library - examples + unittesting_examples .. toctree:: :maxdepth: 2 diff --git a/docs/examples.md b/docs/unittesting_examples.md similarity index 100% rename from docs/examples.md rename to docs/unittesting_examples.md