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 7bd0ad1 commit e604bf9Copy full SHA for e604bf9
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,6 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<head>
4
+ <meta http-equiv="refresh" content="3; URL=https://ops.scijava.org" />
5
+</head>
6
+</html>
0 commit comments