File tree Expand file tree Collapse file tree 3 files changed +4
-13
lines changed
Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 11robotpy-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-
74Useful utility functions/objects for RobotPy WPILib (2015+).
85
96Documentation
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
1512Contribution guidelines
Original file line number Diff line number Diff line change 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.
9185htmlhelp_basename = "sphinxdoc"
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ zip_safe = False
2424include_package_data = True
2525packages = find:
2626install_requires =
27- wpilib>=2024.0.0b2.post1 ,<2025
27+ wpilib>=2024.1.1.0 ,<2025
2828setup_requires =
2929 setuptools_scm > 6
30- python_requires = >=3.7
30+ python_requires = >=3.8
3131
3232[options.package_data]
3333magicbot = py.typed, magic_reset.pyi
You can’t perform that action at this time.
0 commit comments