Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
slaclau authored Nov 8, 2024
1 parent 2d6feb7 commit a32d08e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"sphinx.ext.graphviz",
"sphinx_pyreverse",
# "numpydoc",
"rtds_action",
]

autosummary_generate = True
Expand Down Expand Up @@ -61,6 +62,23 @@

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

# The name of your GitHub repository
rtds_action_github_repo = "slaclau/plotly-gtk"

# The path where the artifact should be extracted
# Note: this is relative to the conf.py file!
rtds_action_path = "examples"

# The "prefix" used in the `upload-artifact` step of the action
rtds_action_artifact_prefix = "demo-"

# A GitHub personal access token is required, more info below
rtds_action_github_token = os.environ["GITHUB_TOKEN"]

# Whether or not to raise an error on Read the Docs if the
# artifact containing the notebooks can't be downloaded (optional)
rtds_action_error_if_missing = False

# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

Expand Down

0 comments on commit a32d08e

Please sign in to comment.