Skip to content

Commit

Permalink
FIX documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kulbach committed Jul 7, 2022
1 parent ba134a8 commit 20070a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Project information
site_name: Deep River
site_description: DeepRiver is a Python library for incremental deep learning.
site_name: river-torch
site_description: river-torch is a Python library for incremental deep learning and serves as extension for river.
site_author: Cedric Kulbach
site_url: https://github.com/kulbachcedric/DeepRiver
site_url: https://github.com/kulbachcedric/river-torch

# Repository
repo_name: river-torch
Expand All @@ -17,22 +17,26 @@ theme:
name: material
language: en
palette:
primary: blue
accent: grey
primary: indigo
accent: indigo
font:
text: Roboto
text: Rubik
code: Roboto Mono
logo: img/logo_square.png
#favicon: material/cloud
features:
- navigation.instant
- navigation.tabs
- navigation.indexes
- navigation.tracking

# Extras
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/online-ml/river-torch
version:
- provider: mike

# Google Analytics
google_analytics:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Package requirements.
base_packages = [
"scikit-learn==1.0.2",
"scikit-surprise==1.1.1",
#"scikit-surprise==1.1.1",
"torch==1.11",
"pandas~=1.3.2",
"numpy>=1.21.6",
Expand Down

0 comments on commit 20070a5

Please sign in to comment.