[Docs] Fix warnings and doc-build errors, remove deprecated plugin from conf.py

This commit is contained in:
Ton Huisman
2026-02-01 23:17:06 +01:00
parent 4760c903e7
commit e91f7f98e2
2 changed files with 7 additions and 6 deletions
+6 -6
View File
@@ -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'
+1
View File
@@ -56,6 +56,7 @@ Welcome to ESP Easy's documentation!
Controller/C*
Notify/N*
Plugin/P*
Network/NW*
Rules/HTTPResponseParser.rst