Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cfkanesan committed May 28, 2024
1 parent efa828f commit bcdcd3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: docs
on:
push:
branches:
- main
- fix-doc-mock-eccodes

jobs:
build:
Expand Down
8 changes: 3 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@
import os
import sys

import unittest.mock

sys.modules["eccodes"] = unittest.mock.Mock()

# First-party
import meteodatalab # noqa: E402
import meteodatalab

sys.path.insert(0, os.path.abspath(".."))

Expand Down Expand Up @@ -201,3 +197,5 @@

# If true, do not generate a @detailmenu in the "Top" node's menu.
# texinfo_no_detailmenu = False

autodoc_mock_imports = ["eccodes"]

0 comments on commit bcdcd3f

Please sign in to comment.