File: remove_sphinx_markdown_builder_extension.patch

package info (click to toggle)
monty 2025.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 820 kB
  • sloc: python: 5,261; makefile: 136; sh: 20
file content (14 lines) | stat: -rw-r--r-- 475 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Remove sphinx_markdown_builder extension
 Remove the sphinx_markdown_builder extension that is not package in Debian yet.
Author: Emmanuel Arias <eamanu@debian.org>
Last-Update: 2023-09-21
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -36,7 +36,6 @@
     "sphinx.ext.autodoc",
     "sphinx.ext.napoleon",
     "myst_parser",
-    "sphinx_markdown_builder",
 ]
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ["_templates"]