summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-05-16 15:57:31 -0500
committerCarlos Aznarán Laos2023-05-16 15:57:31 -0500
commit00924d2b7688d01f5f0ff168cc393e87e4273dee (patch)
treeaaa5d1e89174da899ca299a8e5a71f1b71336896
parent52450da9a987013b2f7560b4258a90f1b875f239 (diff)
downloadaur-00924d2b7688d01f5f0ff168cc393e87e4273dee.tar.gz
Remove patch
-rw-r--r--conf.py.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/conf.py.patch b/conf.py.patch
deleted file mode 100644
index 83436aba064b..000000000000
--- a/conf.py.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/docs/source/conf.py b/docs/source/conf.py
-index 414ac51..9a248e9 100644
---- a/docs/source/conf.py
-+++ b/docs/source/conf.py
-@@ -17,9 +17,9 @@
- # add these directories to sys.path here. If the directory is relative to the
- # documentation root, use os.path.abspath to make it absolute, like shown here.
- #
--# import os
--# import sys
--# sys.path.insert(0, os.path.abspath('.'))
-+import os
-+import sys
-+sys.path.insert(0, os.path.abspath('../../'))
-
- import uqbar
- import sphinx_rtd_theme