mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[Docs] Fix warnings and doc-build errors, remove deprecated plugin from conf.py
This commit is contained in:
+6
-6
@@ -15,7 +15,7 @@
|
||||
# import os
|
||||
# import sys
|
||||
# sys.path.insert(0, os.path.abspath('.'))
|
||||
from recommonmark.parser import CommonMarkParser
|
||||
# from recommonmark.parser import CommonMarkParser
|
||||
import sphinx_bootstrap_theme
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
@@ -52,15 +52,15 @@ extensions = [
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
templates_path = ['_templates']
|
||||
|
||||
source_parsers = {
|
||||
'.md': CommonMarkParser,
|
||||
}
|
||||
# source_parsers = {
|
||||
# '.md': CommonMarkParser,
|
||||
# }
|
||||
|
||||
# The suffix(es) of source filenames.
|
||||
# You can specify multiple suffix as a list of string:
|
||||
#
|
||||
source_suffix = ['.rst', '.md']
|
||||
#source_suffix = '.rst'
|
||||
# source_suffix = ['.rst', '.md']
|
||||
source_suffix = {'.rst': 'restructuredtext'}
|
||||
|
||||
# The master toctree document.
|
||||
master_doc = 'index'
|
||||
|
||||
@@ -56,6 +56,7 @@ Welcome to ESP Easy's documentation!
|
||||
Controller/C*
|
||||
Notify/N*
|
||||
Plugin/P*
|
||||
Network/NW*
|
||||
Rules/HTTPResponseParser.rst
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user