Skip to content

davidlion/yscope-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YScope Docs

This repo contains the source for YScope's docs hub at docs.yscope.com.

Building

The best way to build the docs site reproducibly is using a Python virtual environment.

Requirements

  • GNU Make
  • Python3 (if it's not already installed)
  • pip
  • virtualenv

Setup

  • Create and enter a Python virtual environment:
    python3 -m venv venv
    source ./venv/bin/activate
  • Install the requirements:
    pip3 install -r requirements.txt

Build

  • Enter the virtual environment (if you're not already inside):

    source ./venv/bin/activate
    
  • Build the site:

    make html

The output will be in the build directory.

Teardown

To quit the virtual environment, run:

deactivate

About

The repo backing docs.yscope.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%