Skip to content

Commit

Permalink
Update readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Huowl committed Oct 17, 2023
1 parent 37059c0 commit 44c4d36
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2

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

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
project = 'rostok'
copyright = '2022, BE2R Lab, ITMO'
author = 'Ivan Borisov, Kirill Zharkov, Yefim Osipov, Dmitriy Ivolga, Kirill Nasonov, Sergey Kolyubin'
release = '0.0.1'
release = '1.0.0'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
13 changes: 9 additions & 4 deletions docs_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,23 @@ channels:
- intel
- conda-forge
dependencies:
- python==3.9.15
- python=3.10.8
- projectchrono::pychrono=8.*
- irrlicht=1.8.5
- numpy
- yapf
- mypy
- pylint
- tk==8.6.12
- tk
- pip
- pygraphviz
- pip
- pip:
- networkx==2.8.6
- matplotlib==3.6.0
- scipy
- mcts==1.0.4
- pytest
- projectchrono::pychrono=7
- irrlicht=1.8.5
- open3d
- thegolem==0.3.1
- more-itertools

0 comments on commit 44c4d36

Please sign in to comment.