Skip to content
Closed
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: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,7 @@ lispcore.py
.idea/
.envrc
poetry.lock
**/*.~undo-tree~
**/*.~undo-tree~

# Basilisp
.nrepl-port
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Other
* Improve the state of the Python type hints in `basilisp.lang.*` (#797, #784)

* Pin the Sphinx dependency version to fix Read The Docs builds (#814)

## [v0.1.0b0]
### Added
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ isort = "*"
pygments = "*"
pytest = "^7.0.0"
pytest-pycharm = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
sphinx = "^4.4.0"
sphinx-rtd-theme = "^1.3.0"
tox = "*"

[tool.poetry.extras]
Expand Down