Skip to content

Commit 7a824ea

Browse files
committed
Add extra docs
1 parent c9d30eb commit 7a824ea

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ python:
1616
install:
1717
- method: pip
1818
path: .
19+
extra_requirements:
20+
- docs

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
We welcome contributions to this project!
44

5+
## Linting and formatting
6+
7+
The project uses [`pre-commit`](https://pre-commit.com/) to run linters and formatters.
8+
59
## Rust
610

711
The project uses [`cargo-insta`](https://insta.rs/) for snapshot testing.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Development Status :: 3 - Alpha",
2424
"Environment :: Console",
2525
"Intended Audience :: Developers",
26-
"License :: FREE FOR NON-COMMERCIAL USE",
26+
"License :: OSI Approved :: MIT License",
2727
"Operating System :: OS Independent",
2828
"Programming Language :: Python",
2929
"Programming Language :: Python :: 3.8",
@@ -43,6 +43,7 @@ dependencies = [
4343

4444
[project.urls]
4545
Repository = "https://github.com/useblocks/sphinx-rust"
46+
Documentation = "http://sphinx-rust.readthedocs.io"
4647

4748
[project.optional-dependencies]
4849
dev = [

0 commit comments

Comments
 (0)