Skip to content

Commit

Permalink
fix stuff for read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RJbalikian committed Mar 30, 2024
1 parent dc5448c commit a6b76d9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: sprit
version: 0.1.69-dev
version: 0.1.70-dev

source:
git_url: https://github.com/RJbalikian/SPRIT-HVSR
git_tag: v0.1.69-dev
git_tag: v0.1.70-dev

build:
number: 0
Expand Down
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_generate_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import markdown


RELEASE_VERSION = "0.1.69-dev"
RELEASE_VERSION = "0.1.70-dev"

VERBOSE = True

Expand Down
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ numpydoc
sphinx
markdown
pytest
flake8
flake8
sprit
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "sprit"
authors = [{name="Riley Balikian"}, {name="Hongyu Xaio"}]
dynamic = ["readme"]
license = {file = "LICENSE"}
version="0.1.69-dev"
version="0.1.70-dev"
description = "A package for processing and analyzing HVSR (Horizontal to Vertical Spectral Ratio) data"
keywords = ["HVSR", "seismic", "horizontal to vertical spectral ratio", "obspy", 'geology', 'geophysics', 'geotechnical']
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name="sprit",
author= "Riley Balikian",
author_email = "balikian@illinois.edu",
version="0.1.69-dev",
version="0.1.70-dev",
package_data={'sprit': ['resources/*', 'resources/icon/*', 'resources/themes/*', 'resources/themes/forest-dark/*',
'resources/themes/forest-light/*', 'resources/sample_data/*','resources/settings/*']},
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a6b76d9

Please sign in to comment.