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 1
1
robotpy-wpilib-utilities
2
2
========================
3
3
4
- .. image :: https://travis-ci.org/robotpy/robotpy-wpilib-utilities.svg
5
- :target: https://travis-ci.org/robotpy/robotpy-wpilib-utilities
6
-
7
4
Useful utility functions/objects for RobotPy WPILib (2015+).
8
5
9
6
Documentation
10
7
-------------
11
8
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/
13
10
* Example programs can be found at https://github.com/robotpy/examples
14
11
15
12
Contribution guidelines
Original file line number Diff line number Diff line change 79
79
80
80
# -- Options for HTML output ----------------------------------------------
81
81
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"
89
83
90
84
# Output file base name for HTML help builder.
91
85
htmlhelp_basename = "sphinxdoc"
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ zip_safe = False
24
24
include_package_data = True
25
25
packages = find:
26
26
install_requires =
27
- wpilib>=2024.0.0b2.post1 ,<2025
27
+ wpilib>=2024.1.1.0 ,<2025
28
28
setup_requires =
29
29
setuptools_scm > 6
30
- python_requires = >=3.7
30
+ python_requires = >=3.8
31
31
32
32
[options.package_data]
33
33
magicbot = py.typed, magic_reset.pyi
You can’t perform that action at this time.
0 commit comments