summaryrefslogtreecommitdiff
path: root/dev-python/markdown/files/markdown-2.6.8-dont-build-docs-default.patch
blob: 65b7d21c5597e4aafeee84a0a0d6931b6bbebd82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Don't build docs by default, which causes issues when trying
to remove .txt files, as they will be readded on installing.

--- a/setup.py
+++ b/setup.py
@@ -204,7 +204,7 @@
 
     def initialize_options(self):
         build.initialize_options(self)
-        self.no_build_docs = False
+        self.no_build_docs = True
 
     def has_docs(self):
         return not self.no_build_docs