Skip to content

Commit

Permalink
add back in r2m2
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong committed Jan 13, 2024
1 parent 11b04d5 commit 808226c
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 7 deletions.
1 change: 1 addition & 0 deletions docs/authors.rst
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.. _authors:
.. mdinclude:: ../AUTHORS.md
3 changes: 1 addition & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.. _changelog:

Go to the changelog on the GMT's repository
.. mdinclude:: ../CHANGELOG.md
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'sphinx.ext.coverage',
'sphinx.ext.napoleon',
'sphinx-jsonschema',
# 'm2r2',
'm2r2',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
28 changes: 27 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,12 @@ pandas = "2.0.2"
requests = "^2.28"
teaser = "0.7.5"
#teaser = { git = "https://github.com/urbanopt/TEASER.git", branch = "development"}
# What do we need Rust bindings for? Uncommenting for now.
# rpds-py = "^0.17.1"

[tool.poetry.dev-dependencies]
autopep8 = "~2.0"
coveralls = "~3.3"
rpds-py = "0.16.2"
# m2r2 = "^0.3.3.post2"
m2r2 = "^0.3.3.post2"
mypy = "~1.8"
pre-commit = "~3.6"
pytest = "~7.4"
Expand Down

0 comments on commit 808226c

Please sign in to comment.