Skip to content

Commit

Permalink
revert last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroFernandezLuces committed Nov 29, 2024
1 parent 9c02b73 commit ef6a6d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
runs-on: ubuntu-latest
needs: [docs-style]
steps:

- name: Login in Github Container registry
uses: docker/login-action@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
# The master toctree document.
master_doc = 'index'

autosummary_generate = False
autosummary_generate = True
autosummary_imported_members = True
autosummary_ignore_module_all = False

Expand Down Expand Up @@ -174,7 +174,6 @@
"image_scrapers": (DynamicScraper(), "matplotlib"),
"ignore_pattern": "flycheck*",
"thumbnail_size": (350, 350),
"parallel": 1,
}

supress_warnings = ["docutils"]

0 comments on commit ef6a6d7

Please sign in to comment.