Skip to content

Commit

Permalink
workaround for cascading references in docs (#309)
Browse files Browse the repository at this point in the history
* fix cascading doc references

* py311 testing

* test shapely dev against 310

* update supported Python in docs
  • Loading branch information
jGaboardi authored Jan 8, 2023
1 parent 172b356 commit 9a9834a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .ci/310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ dependencies:
# docs
- nbsphinx
- numpydoc
- sphinx<=4.5.0
- sphinx
- sphinxcontrib-bibtex
- sphinx_bootstrap_theme
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
strategy:
matrix:
os: ['ubuntu-latest']
environment-file: [.ci/310.yaml]
environment-file: [.ci/311.yaml]
experimental: [false]
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.ci/311.yaml,
.ci/311-DEV.yaml,
.ci/311-DEV_shapely_dev.yaml,
]
]
include:
- environment-file: .ci/311.yaml
os: macos-latest
Expand Down
7 changes: 6 additions & 1 deletion docs/_static/pysal-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,14 @@
color: #E74C3C;
font-size: 100%;
font-weight: bold;
width: 100px;
width: 100%;
height: 100%;
text-align: left;
vertical-align: middle;
padding: 6px;
margin: 2px;
overflow-x: auto;
overflow-y: auto;
}

div.body {
Expand Down
36 changes: 0 additions & 36 deletions docs/make.bat

This file was deleted.

2 changes: 1 addition & 1 deletion requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nbsphinx
numpydoc
pandoc
sphinx<=4.5.0
sphinx
sphinxcontrib-bibtex
sphinx_bootstrap_theme

0 comments on commit 9a9834a

Please sign in to comment.