Skip to content

Commit

Permalink
Updates for release
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Jan 6, 2024
1 parent 5bcab9d commit 58dc9c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
robotpy-wpilib-utilities
========================

.. image:: https://travis-ci.org/robotpy/robotpy-wpilib-utilities.svg
:target: https://travis-ci.org/robotpy/robotpy-wpilib-utilities

Useful utility functions/objects for RobotPy WPILib (2015+).

Documentation
-------------

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

Contribution guidelines
Expand Down
8 changes: 1 addition & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,7 @@

# -- Options for HTML output ----------------------------------------------

if not on_rtd: # only import and set the theme if we're building docs locally
import sphinx_rtd_theme

html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
else:
html_theme = "default"
html_theme = "sphinx_rtd_theme"

# Output file base name for HTML help builder.
htmlhelp_basename = "sphinxdoc"
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ zip_safe = False
include_package_data = True
packages = find:
install_requires =
wpilib>=2024.0.0b2.post1,<2025
wpilib>=2024.1.1.0,<2025
setup_requires =
setuptools_scm > 6
python_requires = >=3.7
python_requires = >=3.8

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

0 comments on commit 58dc9c8

Please sign in to comment.