Skip to content

Commit 58dc9c8

Browse files
committed
Updates for release
1 parent 5bcab9d commit 58dc9c8

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

README.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
robotpy-wpilib-utilities
22
========================
33

4-
.. image:: https://travis-ci.org/robotpy/robotpy-wpilib-utilities.svg
5-
:target: https://travis-ci.org/robotpy/robotpy-wpilib-utilities
6-
74
Useful utility functions/objects for RobotPy WPILib (2015+).
85

96
Documentation
107
-------------
118

12-
* API Documentation can be found at http://robotpy-wpilib-utilities.readthedocs.io
9+
* API Documentation can be found at https://robotpy.readthedocs.io/projects/utilities/en/stable/
1310
* Example programs can be found at https://github.com/robotpy/examples
1411

1512
Contribution guidelines

docs/conf.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,7 @@
7979

8080
# -- Options for HTML output ----------------------------------------------
8181

82-
if not on_rtd: # only import and set the theme if we're building docs locally
83-
import sphinx_rtd_theme
84-
85-
html_theme = "sphinx_rtd_theme"
86-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
87-
else:
88-
html_theme = "default"
82+
html_theme = "sphinx_rtd_theme"
8983

9084
# Output file base name for HTML help builder.
9185
htmlhelp_basename = "sphinxdoc"

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ zip_safe = False
2424
include_package_data = True
2525
packages = find:
2626
install_requires =
27-
wpilib>=2024.0.0b2.post1,<2025
27+
wpilib>=2024.1.1.0,<2025
2828
setup_requires =
2929
setuptools_scm > 6
30-
python_requires = >=3.7
30+
python_requires = >=3.8
3131

3232
[options.package_data]
3333
magicbot = py.typed, magic_reset.pyi

0 commit comments

Comments
 (0)