Skip to content

Commit

Permalink
add doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaehne committed Dec 21, 2023
1 parent 1274e03 commit b6bb86e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Documentation

on: [push, pull_request]

jobs:
Build:
# Use the "reusable workflow" from the hyperspy organisation
uses: hyperspy/.github/.github/workflows/doc.yml@main
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
extras_require={
"tests": ["pytest>=5.0"],
"coverage": ["pytest-cov", "codecov"],
"build-doc": [
"doc": [
"sphinx>=4.3.0",
"sphinx_rtd_theme>=0.5.1",
"sphinx-toggleprompt",
Expand Down

0 comments on commit b6bb86e

Please sign in to comment.