diff options
| author | 2024-02-28 11:06:58 +0800 | |
|---|---|---|
| committer | 2024-02-28 11:06:58 +0800 | |
| commit | 9a8beed071512f013a3c0afe50ab7e84a37e6024 (patch) | |
| tree | 630fe13652bf113f69863b94a12f992a3fa00dfe | |
| parent | 67a4e90568903200102ca369e3522d9093877277 (diff) | |
| download | HydroRoll-9a8beed071512f013a3c0afe50ab7e84a37e6024.tar.gz HydroRoll-9a8beed071512f013a3c0afe50ab7e84a37e6024.zip | |
fix(docs): remove infini import
| -rw-r--r-- | docs/source/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 2284814..91ed631 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -3,7 +3,6 @@ # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html -import infini import os, sys if sys.version_info >= (3, 11): |
