Skip to content

Commit 54ad831

Browse files
committed
huh
1 parent 998aa1c commit 54ad831

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ class AxParameterWarning(Warning): # Ensure it's a real warning subclass
101101
"sphinxcontrib.autodoc_pydantic",
102102
"sphinx_design",
103103
"sphinx_copybutton",
104+
"sphinx_lfs_content",
104105
]
105106

106107
spelling_word_list_filename = "spelling_wordlist.txt"

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,12 @@ extra = [
214214
"redis>=7.1.0,<8",
215215
]
216216
dev = ["wat>=0.7.0,<0.8"]
217-
docs = ["pyenchant", "enchant>=0.0.1,<0.0.2"]
217+
docs = ["pyenchant", "enchant>=0.0.1,<0.0.2", "sphinx-lfs-content>=1.1.10,<2"]
218218

219219
# Various config from here onward
220220
[tool.black]
221221
line-length = 120
222-
target-version = ['py310', 'py311', 'py312', 'py313', 'py314']
222+
target-version = ['py310', 'py311', 'py312', 'py313']
223223
force-exclude = '''
224224
(
225225
/(

0 commit comments

Comments
 (0)