takuseno/d3rlpy

View on GitHub
scripts/build-docs

Summary

Maintainability
Test Coverage
#!/bin/bash

sphinx-apidoc -f -o ./docs d3rlpy *tests

sphinx-build -b html ./docs ./docs/_build