summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-passing-exclude-deprecated-param-317745d23022e544.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-passing-exclude-deprecated-param-317745d23022e544.yaml b/releasenotes/notes/fix-passing-exclude-deprecated-param-317745d23022e544.yaml
new file mode 100644
index 0000000..6f44389
--- /dev/null
+++ b/releasenotes/notes/fix-passing-exclude-deprecated-param-317745d23022e544.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Fixed passing ``--exclude-deprecated`` boolean value to
+ sphinx-build command. Now ``--exclude-deprecated`` is only
+ passed when it is True without bool True/False value.