Skip to content

Commit

Permalink
use temp dirty version when installing package in RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Nov 1, 2023
1 parent 95fedf0 commit 38eac3e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"
commands:
- pip install -e .
- (cd doc && make clean && make html)
- mv doc/_build $READTHEDOCS_OUTPUT
pre_install:
- SETUPTOOLS_SCM_PRETEND_VERSION="0.0.0+dirty"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit 38eac3e

Please sign in to comment.