File: readthedocs.yml

package info (click to toggle)
python-geopandas 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,752 kB
  • sloc: python: 26,021; makefile: 147; sh: 25
file content (22 lines) | stat: -rw-r--r-- 437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: 2
sphinx:
  # Path to your Sphinx configuration file.
  configuration: doc/source/conf.py
build:
  os: ubuntu-22.04
  tools:
    python: mambaforge-latest
  jobs:
    post_checkout:
      # we need the tags for versioneer to work
      - git fetch origin --depth 150
      - git fetch --tags
    post_build:
      - mamba list
python:
  install:
  - method: pip
    path: .
conda:
  environment: doc/environment.yml
formats: []