Skip to content

Commit

Permalink
Fix displayed version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
papr committed Oct 25, 2022
1 parent a87a54b commit dc254db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.0.0.post1 (2022-10-25)
########################
- Fix displayed version in docs

3.0.0 (2022-10-25)
##################
- Estimate and correct clock offset between Companion device and relay
Expand Down
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@
html_theme = "furo"
autosummary_generate = True

project = "Pupil Invisible LSL Relay"
release = import_version("pupil_invisible_lsl_relay")
# for example take major/minor
version = ".".join(release.split(".")[:2])
html_title = f"{project} {release}"

output = subprocess.check_output(
["python", "device_vs_lsl_sync.py"], cwd="../examples/"
Expand Down

0 comments on commit dc254db

Please sign in to comment.