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 73f39da commit ec4459aCopy full SHA for ec4459a
1 file changed
conf.py
@@ -21,6 +21,9 @@
21
from runestone import runestone_static_dirs, runestone_extensions, setup
22
import pkg_resources
23
24
+setup.custom_js_files = [
25
+ "https://media.ethicalads.io/media/client/ethicalads.min.js"
26
+ ]
27
28
# -- General configuration -----------------------------------------------------
29
0 commit comments