Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/build_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
# 3. Install Sphinx and its themes/extensions
- name: Install dependencies
run: |
pip install numpy
pip install sphinx sphinx_rtd_theme
pip install sphinx-copybutton
pip install sphinx sphinx_rtd_theme sphinx-copybutton
pip install -e .

# 4. Build the HTML documentation
- name: Build Sphinx docs
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'LEDSmokeAnalysis'
copyright = '2025, CCE'
copyright = '2026, CCE'
author = 'CCE'
release = '0.9.4'
release = '0.9.6'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]

[project]
name = "ledsa"
version = "0.9.5"
version = "0.9.6"
description = "A scientific package to analyse smoke via the dimming of light sources."
authors = [
{name = "Kristian Börger", email = "boerger@uni-wuppertal.de"},
Expand Down
Loading