• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ReactiveX / RxPY
94%
master: 93%

Build:
Build:
LAST BUILD BRANCH: release/master
DEFAULT BRANCH: master
Repo Added 18 May 2016 06:43PM UTC
Files 417
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH docs/fix-version-on-readthedocs
branch: docs/fix-version-on-readthedocs
CHANGE BRANCH
x
Reset
  • docs/fix-version-on-readthedocs
  • 1.6.1
  • add-repo-assist
  • add-starmap-tests
  • alpha3
  • bo/fixup-docs
  • ci/adopt-easybuild-shipit
  • ci/dependabot-conventional-titles
  • ci/enable-dependabot
  • ci/shipit-3.0.1-and-dep-upgrades
  • ci/shipit-allow-master
  • ci/shipit-fix-historical-versions
  • ci/shipit-skip-invalid-commit
  • ci/upgrade-gh-aw-v0.71.5
  • current
  • curry-flip
  • dependabot/github_actions/github-actions-0fd2d1971d
  • dependabot/github_actions/github-actions-1bf0e6df77
  • dependabot/github_actions/github-actions-468a2d4822
  • dependabot/github_actions/github-actions-7b8ba4dc16
  • dependabot/github_actions/github-actions-8827d84614
  • dependabot/github_actions/github-actions-a12e56bff0
  • dependabot/github_actions/github-actions-c020ac0c2c
  • dependabot/github_actions/github-actions-c8a564380f
  • dependabot/github_actions/github-actions-d95291362f
  • dependabot/uv/python-dependencies-aeda4b483a
  • develop
  • docs
  • docs-version
  • docs/fix-build-and-5.0-refresh
  • docs/gil-section-corrections
  • docs/parallelism-within-stream
  • drop38
  • feat/switch_map
  • feat/tap-operator
  • feature/add-project-cfg
  • feature/disposable
  • feature/doc-fixes
  • feature/docs
  • feature/fix-async-examples
  • feature/fix-observer-throws
  • feature/non-recursive
  • feature/pipe-typing
  • feature/py.typed
  • feature/readthedocs
  • feature/release-v3
  • feature/rtd-badge
  • feature/rxpy-3.0
  • feature/subscribe-scheduler
  • feature/to_iterabe_returns_list
  • feature/typing-fixes
  • fix-compose-pipe
  • fix-defer-docs
  • fix-docs
  • fix-library-version
  • fix-publish-version
  • fix-publish-version-2
  • fix-readme
  • fix-subscribeon
  • fix-timeflies-tkinter
  • fix-typing
  • fix-typo-occured-run-py
  • fix-version
  • fix-withlatestfrom
  • fix/709-concurrent-futures
  • fix/bump-script-lock-and-sed
  • fix/scheduler-now-wall-clock
  • fix/tkinter-test-skip-pypy-linux
  • flake8-repo
  • fluent-style
  • format-tests
  • gi-require_version-before-import
  • github-publish
  • improvement/combine-latest-thread-safety
  • issue-697
  • master
  • migrate-to-uv
  • modern-typehints
  • optimize-build
  • package-name
  • patch-1
  • poetry
  • poetry-cache
  • pre-commit
  • pre-release
  • py314
  • pyright-254
  • python-3.11
  • reactivex
  • reactivex-rename
  • release/5.0.0-rc.1
  • release/5.0.0-rc.2
  • release/master
  • release/stable-5.0.0
  • release/v1.6.x
  • release/v2.0.x
  • release/v3.2.x
  • repo-assist/eng-pyright-test-scheduler-2026-04-17-762f95f7e6558b77
  • repo-assist/eng-uv-caching-2026-04-25-5d8d9a4690702132
  • repo-assist/fix-issue-480-scheduler-forwarding-ea9c5c512fb11be9
  • repo-assist/fix-issue-697-timer-resubscription-1e703fbea58df523
  • repo-assist/fix-issue-712-retry-resubscription-2b9941042da6d10e
  • repo-assist/improve-typing-exports-2026-04-18-60f123bfd9e95e24
  • repo-assist/pyright-cleanup-test-observable-2026-04-26-3187c4c0696b18d4
  • repo-assist/pyright-cleanup-test-observable-2026-05-01-7222f55d1674f33a
  • repo-assist/pyright-cleanup-test-subject-scheduler-2026-04-17-e214b615e3b8b313
  • repo-assist/pyright-ruff-cleanup-test-observable-scheduler-2026-04-21-6f569da2d139f64e
  • repo-assist/test-exclusive-operator-2026-05-02-2b47081797817f4d
  • repo-assist/testing-improvements-2026-04-17-5e55b8d05a9bf3ee
  • return-types
  • revert-120-multiprocessing
  • rmahfoud/fixes
  • timeout-on-event-loop
  • type-fixes
  • update-actions-cache
  • update-code-checks
  • update-pyright
  • upgrade-deps
  • upgrade-pyright
  • use-ruff
  • v1.5.9
  • v3.0.0
  • v3.0.1
  • v3.1.0
  • v3.1.0_se2
  • v3.1.1
  • v4
  • v4.0.0
  • v4.0.0a4
  • v4.0.0a5
  • v4.0.0a6
  • v4.0.0b1
  • v4.0.0b2
  • v4.0.0b3
  • v4.0.0b4
  • v4.0.0b5
  • v4.0.1
  • v4.0.2
  • v4.0.3
  • v4.0.4
  • v4.1.0
  • v5.0.0a1
  • v5.0.0a2
  • vnext
  • window-thread-issue

27 Jul 2026 06:07PM UTC coverage: 93.621%. Remained the same
30292399372

Pull #808

github

dbrattli
docs: read version from pyproject instead of git tags

The docs on readthedocs.io reported the version as 0.0.0.

conf.py derived the version with dunamai's Version.from_git(). Read the
Docs clones without tags, so the lookup found no tag and fell back to
0.0.0. Locally it worked, so this only showed up on the published site.

Since the project migrated to a static PEP 621 version, conf.py can just
use the version from the pyproject.toml it already parses. Drops the
dunamai docs dependency.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Pull Request #808: docs: fix version showing as 0.0.0 on Read the Docs

25714 of 27466 relevant lines covered (93.62%)

0.94 hits per line

Relevant lines Covered
Build:
Build:
27466 RELEVANT LINES 25714 COVERED LINES
0.94 HITS PER LINE
Source Files on docs/fix-version-on-readthedocs
  • Tree
  • List 417
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
30292399372 docs/fix-version-on-readthedocs docs: read version from pyproject instead of git tags The docs on readthedocs.io reported the version as 0.0.0. conf.py derived the version with dunamai's Version.from_git(). Read the Docs clones without tags, so the lookup found no tag and fell... Pull #808 27 Jul 2026 06:08PM UTC dbrattli github
93.62
See All Builds (1465)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc