mirror of https://github.com/jab/bidict.git
6 lines
106 B
Bash
6 lines
106 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
set -ev
|
||
|
|
||
|
sphinx-build -n -b html -b linkcheck -d docs/_build/doctrees docs docs/_build/html
|