Skip to content

Commit

Permalink
fixing RTD forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jan 31, 2019
1 parent 13b3946 commit 8e5235c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -392,5 +392,5 @@ def linkcode_resolve(domain, info):

# -- if RTD, redirect to https://docs.karrlab.org ------------------------

addmetahtml_content = '<meta http-equiv="refresh" content="0; url=https://docs.karrlab.org/wc_utils" />'
addmetahtml_content = '<meta http-equiv="refresh" content="0; url=https://docs.karrlab.org/bpforms" />'
addmetahtml_enabled = os.getenv('READTHEDOCS', '') == 'True'

0 comments on commit 8e5235c

Please sign in to comment.