Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1559 from astrojuanlu/documentation-links
Browse files Browse the repository at this point in the history
Create documentation-links.yaml
  • Loading branch information
astrojuanlu committed Jul 25, 2022
2 parents 70f37e7 + 006400c commit 6a9c3eb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/documentation-links.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Read the Docs Pull Request Preview
on:
pull_request_target:
types:
- opened
- synchronize

permissions:
pull-requests: write

jobs:
documentation-links:
runs-on: ubuntu-latest
steps:
- uses: readthedocs/readthedocs-preview@main
with:
project-slug: "readthedocs-preview"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ doc = [
"nbsphinx>=0.8.6",
"nbconvert>=5.5",
"sgp4",
"sphinx!=3.5,!=4.0", # https://github.com/readthedocs/sphinx-hoverxref/issues/119
"sphinx!=3.5,!=4.0,<5.1", # https://github.com/readthedocs/sphinx-hoverxref/issues/119
"sphinx-autoapi",
"sphinx-gallery<=0.7.0", # Just to avoid the jupytext warning
"sphinx_rtd_theme~=1.0.0",
Expand Down

0 comments on commit 6a9c3eb

Please sign in to comment.