We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8898e commit 09d67ecCopy full SHA for 09d67ec
1 file changed
docs/source/conf.py
@@ -11,8 +11,14 @@
11
# documentation root, use os.path.abspath to make it absolute, like shown here.
12
13
import os
14
+import sys
15
16
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "federatedcode.settings")
17
+os.environ.setdefault("SECRET_KEY", "dummy secret key for autodoc rtd documentation")
18
+os.environ.setdefault("FEDERATEDCODE_CLIENT_ID", "dummy secret key for autodoc rtd documentation")
19
+os.environ.setdefault("FEDERATEDCODE_CLIENT_SECRET", "dummy secret key for autodoc rtd documentation")
20
+
21
+sys.path.insert(0, os.path.abspath("../../."))
22
23
# -- Project information -----------------------------------------------------
24
0 commit comments