Commit Graph

87 Commits

Author SHA1 Message Date
Emily Soth 32ab8f2350 update api docs conf.py 2025-05-23 12:05:48 -07:00
Emily Soth cb8c045ad2 update RTD configuration script for plugins 2025-05-23 10:20:20 -07:00
James Douglass 0287cb7e24 Improving section title per @emlys 's suggestion.
RE:#1660
2024-10-23 13:09:25 -07:00
Emily Davis 28b9c3dbfd Remove recently added code to see if we truly need it 2024-10-08 14:09:51 -06:00
Emily Davis 0f45a5c42f Remove call to deprecated get_html_theme_path 2024-10-08 13:57:23 -06:00
Emily Davis 2ab42a9e9f Update conf.py to fix RTD build 2024-10-08 13:47:53 -06:00
davemfish 59642af009 merged upstream release, resolved conflicts. #755 2023-03-03 10:34:40 -05:00
davemfish 72f8dc6093 removing some other ancillary files for Qt installers; updates to api docs. #755. 2023-03-02 17:23:24 -05:00
Emily Soth bffbb342f6 rename ARGS_SPEC to MODEL_SPEC everywhere 2022-09-27 17:10:37 -07:00
Emily Soth 05525e90e3
use PEP 420: implicit namespace package (#990)
* use PEP 420: implicit namespace package

* update api docs config for namespace package

* allow internationalization data to be included as a namespace 'package'

* missing import

* sphinx apidoc use implicit namespaces option natcap/invest#967

* restore setup package_data

* update docs requirements to keep up with other requirements files

* set language to en

* remove unused imports, refactor excluded modules

* Update doc/api-docs/conf.py

Co-authored-by: James Douglass <jamesdouglassusa@gmail.com>

Co-authored-by: James Douglass <jamesdouglassusa@gmail.com>
2022-07-14 12:16:20 -07:00
emlys c73032db14 prevent duplicate toctree entries from .so & .pyx files natcap/invest#620 2022-04-29 15:53:10 -07:00
emlys cd1e1780f9 add makefile dependency: apidocs depend on build/lib natcap/invest#818 2022-04-29 15:51:55 -07:00
emlys 81e59e6f75 move natcap.invest install to RTD config 2021-01-08 12:39:53 -07:00
emlys ef9868789e get copyright year from datetime.now() 2021-01-08 12:31:43 -07:00
emlys 02b6ef781b remove unneeded build_ext step 2021-01-08 12:18:47 -07:00
emlys d53b755601 get and use build/lib dir name 2021-01-08 11:47:48 -07:00
emlys 7567ded268 try building docs from build dir not src 2021-01-08 10:14:01 -07:00
emlys fc945c1843 no need for setuptools_scm in conf.py 2020-12-11 18:19:22 -07:00
emlys 87bab6232e use :noindex: for all function in models.rst 2020-12-11 15:47:25 -07:00
emlys b2c97092c4 trigger rtd build 2020-12-04 13:59:29 -07:00
emlys 6c07c0b839 testing import natcap.invest 2020-12-04 13:47:48 -07:00
emlys e128638c91 run setup.py install 2020-12-04 13:39:57 -07:00
emlys c445ffe149 try adding __version__ value to __init__.py 2020-12-04 13:26:03 -07:00
emlys dc1e286021 use relative_to arg to setuptools_scm 2020-12-04 12:53:22 -07:00
emlys 65c5e055b1 set version with setup.py before using scm 2020-12-04 12:11:07 -07:00
emlys 54d0756e01 set version in natcap.invest not root dir 2020-12-04 11:50:13 -07:00
emlys 925ff84e20 remove problematic lines 2020-12-04 11:21:36 -07:00
emlys a48a54235e try again 2020-12-04 11:05:53 -07:00
emlys 5980eb358e see what setuptools_scm version does 2020-12-04 10:40:50 -07:00
emlys 9d170ec767 try accessing as attribute not import 2020-12-04 10:11:25 -07:00
emlys 492db089e0 test import __version__ in conf.py 2020-12-04 09:25:56 -07:00
emlys 885cbd92ba print out setup.py version 2020-12-04 09:11:44 -07:00
emlys 30aa9be108 use src/ as source dir 2020-12-03 17:55:24 -07:00
emlys 97a90b27f7 don't mock invest 2020-12-03 17:50:13 -07:00
emlys 6b1f426c4a remove unused sphinx options 2020-12-03 17:35:08 -07:00
emlys 9d778b5a89 trigger rtd build 2020-12-03 16:06:19 -07:00
emlys 242bcfd976 build passing locally 2020-12-02 21:08:49 -07:00
emlys a67951ba04 mock out natcap.invest too 2020-12-02 19:58:12 -07:00
emlys a01acd067b use src dir rather than build 2020-12-02 18:29:09 -07:00
emlys a414d2a970 trigger rtd build 2020-12-02 18:16:46 -07:00
emlys 656672942d trigger rtd build 2020-12-02 16:54:47 -07:00
emlys 8c63d9799b set cwd in subprocess run command 2020-12-02 16:46:34 -07:00
emlys 00742ce795 correct setup.py path 2020-12-02 16:27:39 -07:00
emlys c40e8c357c compile cython modules in place before sphinx build 2020-12-02 16:16:38 -07:00
emlys c2480752f1 re-add qtpy mocking 2020-12-02 10:49:56 -07:00
emlys 68c97ef96b set qt platform plugin to eglfs 2020-12-01 19:14:48 -07:00
emlys 9b83733b1e use os.putenv rather than shell command 2020-12-01 18:46:08 -07:00
emlys 662b543cf3 set qt plugin debug variable 2020-12-01 18:17:12 -07:00
emlys ff05c9861f remove all mocking and see what happens 2020-12-01 13:46:48 -07:00
emlys 3ab6759e06 try without importing natcap.invest 2020-12-01 13:41:24 -07:00