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 da0424f commit 7090a41Copy full SHA for 7090a41
docs/conf.py
@@ -79,6 +79,8 @@ def setup(app):
79
# so a file named "default.css" will overwrite the builtin "default.css".
80
html_static_path = []
81
82
+html_extra_path = ["ops/doc/404.html"]
83
+
84
# Add the SciJava ops logo
85
html_logo = "ops/images/scijava-ops.svg"
86
html_theme_options = {
docs/ops/doc/404.html
@@ -0,0 +1,7 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<head>
4
+ <!-- HACK: Temporarily redirect to the latest documentation -->
5
+ <meta http-equiv="refresh" content="0; URL=https://ops.scijava.org" />
6
+</head>
7
+</html>
0 commit comments