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 83eead6 commit 3c09651Copy full SHA for 3c09651
lib/iris/tests/runner/_runner.py
@@ -117,7 +117,7 @@ def run(self):
117
if self.gallery_tests:
118
import iris.config
119
120
- default_doc_path = os.path.join(sys.path[0], "docs", "iris")
+ default_doc_path = os.path.join(sys.path[0], "docs")
121
doc_path = iris.config.get_option(
122
"Resources", "doc_dir", default=default_doc_path
123
)
0 commit comments