Skip to content

Commit 50c1984

Browse files
Pin Python in docs build (#528)
* Pin Python in docs build * ? * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6504114 commit 50c1984

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: jupytercad
22
channels:
33
- conda-forge
44
dependencies:
5+
- python=3.12
56
- pip
67
- sphinx
78
- pydata-sphinx-theme

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
todo_include_todos = False
2626
htmlhelp_basename = "jupytercaddoc"
2727

28-
intersphinx_mapping = {"https://docs.python.org": None}
28+
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}

0 commit comments

Comments
 (0)