- GitHub: https://github.com/pyconjp/www.pycon.jp
- URL: http://www.pycon.jp/ or https://www.pycon.jp/
- URL(RTD): http://wwwpyconjp.readthedocs.org/
Ubuntu環境でのフォントインストール
$ sudo apt update
$ sudo apt install fonts-noto-cjk
$ rm -rf ~/.cache/matplotlib
$ git clone https://github.com/pyconjp/www.pycon.jp.git
$ cd www.pycon.jp
$ python3.12 -m venv env
$ . env/bin/activate
(env)$ pip install -r requirements.txt
(env)$ make html
(env)$ open build/html/index.html