#!/bin/bash

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

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