Skip to content

Commit

Permalink
#139 bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Jan 19, 2024
1 parent 6f92ae7 commit d3ae5cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
# sphinx
- sphinx=7.2.6 # core builder # https://anaconda.org/conda-forge/sphinx/files
# theme and extensions
- pydata-sphinx-theme=0.14.4 # website theme # https://anaconda.org/conda-forge/pydata-sphinx-theme/files
- pydata-sphinx-theme=0.15.2 # website theme # https://anaconda.org/conda-forge/pydata-sphinx-theme/files
- myst-parser=2.0.0 # Markdown support # https://anaconda.org/conda-forge/myst-parser/files
- myst-nb=1.0.0 # Jupyter notebook support # https://anaconda.org/conda-forge/myst-nb/files
- sphinx-autoapi=3.0.0 # to build docs from source code instead of package import # https`://anaconda.org/conda-forge/sphinx-autoapi/files
Expand Down
11 changes: 7 additions & 4 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,20 @@
{
"name": "GitHub",
"url": "https://github.com/brightway-lca",
"icon": "fab fa-brands fa-github",
"icon": "fa-brands fa-github",
"type": "fontawesome",
},
{
"name": "Conda",
"url": "https://anaconda.org/cmutel/brightway25",
"icon": "fab fa-brands fa-python",
"icon": "fa-brands fa-python",
"type": "fontawesome",
},
{
"name": "Matrix",
"name": "Matrix Group Chat",
"url": "https://app.element.io/#/room/#brightway/community:matrix.org",
"icon": "fab fa-regular fa-comments",
"icon": "fa-regular fa-comments",
"type": "fontawesome",
}
],
# various settings
Expand Down

0 comments on commit d3ae5cc

Please sign in to comment.