Skip to content

Commit

Permalink
Temporarily enable Christmas theme
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Dec 12, 2024
1 parent 552f8d1 commit bf5e616
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
version: 2

build:
os: "ubuntu-20.04"
os: "ubuntu-22.04"
tools:
python: "mambaforge-4.10"
rust: "1.82"

conda:
environment: dev-environment.yml
Expand Down
2 changes: 2 additions & 0 deletions dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ dependencies:
- pip:
- .
- jupyterlite-xeus >=0.2.0a0
# Temporary for this PR
- jupyterlab_theme_christmas
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
strip_tagged_cells = True

# Enable this to use the provided sample overrides.json file.
# jupyterlite_overrides = "overrides.json"
# Enabled temporarily for this PR
jupyterlite_overrides = "overrides.json"

# Enable this to unsilence JupyterLite and aid debugging.
# within our own documentation.
# jupyterlite_silence = False
# Enabled temporarily for this PR
jupyterlite_silence = False

master_doc = "index"

Expand Down
3 changes: 3 additions & 0 deletions docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ dependencies:
- matplotlib
- bqplot
- xeus-python
# Temporary for this PR
- pip:
- jupyterlab_theme_christmas
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ docs = [
"myst_parser",
"pydata-sphinx-theme",
"jupyterlite-xeus>=0.1.8,<0.3.0",
"jupyterlab_theme_christmas", # Temporary for this PR
]

[tool.hatch.version]
Expand Down

0 comments on commit bf5e616

Please sign in to comment.