Skip to content

Commit

Permalink
Merge pull request #155 from google:rtds
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 670549411
  • Loading branch information
Xee authors committed Sep 3, 2024
2 parents 18ef42b + b48bbd0 commit 27eda3e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.10"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally declare the Python requirements required to build your docs
python:
install:
- method: pip
path: .
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
print('pip environment:')
subprocess.run([sys.executable, '-m', 'pip', 'list']) # pylint: disable=subprocess-run-check

print(f'xee: {xee.__version__}, {xee.__file__}')
print(f'xee: {xee.__file__}')

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit 27eda3e

Please sign in to comment.