We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dfcb07 commit 17fe37aCopy full SHA for 17fe37a
1 file changed
docs/source/rtd_env.yml
@@ -7,18 +7,18 @@ channels:
7
- default
8
- conda-forge
9
dependencies:
10
- - python=3.12.9
+ - python=3.12
11
- pip
12
- pytest
13
- ipykernel
14
+ - sphinx
15
+ - numpydoc>=1.1.0
16
+ - nbsphinx
17
+ - ipython
18
+ - sphinx-rtd-theme>=1.0.0
19
+ - jupyter-sphinx
20
+ - sphinx-copybutton
21
- pip:
22
- playsound
23
- git+https://github.com/khider/pyCatSim.git@main
- - Sphinx
- - numpydoc>=1.1.0
- - nbsphinx
- - IPython
24
- readthedocs-sphinx-search>=0.3.2
- - sphinx-rtd-theme>=1.0.0
- - jupyter-sphinx
- - sphinx-copybutton
0 commit comments