• 
      

    Fix docs generation properly.

    Review Request #4644 — Created Sept. 24, 2013 and submitted

    Information

    Review Board
    master

    Reviewers

    Fix docs generation properly.

    My previous fix for docs generation didn't actually work. It just
    appeared to, due to my test conditions.

    We now set RUNNING_TEST = True in settings, which is where it should
    go. The Makefile no longer has to set it.

    make clean also now removes the database, and this is called when
    fixtures change.

    Tested docs generation with the following conditions:

    1) With no existing database
    2) With a database and no fixture updates.
    3) With a database and fixture updates.

    Description From Last Updated

    Can you comment this?

    david david
    reviewbot
    1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
      docs/manual/settings_local.py
      Ignored Files:
      docs/manual/Makefile

    2. 
        
    reviewbot
    1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
      docs/manual/settings_local.py
      Ignored Files:
      docs/manual/Makefile

    2. 
        
    david
    1. You have a typo in your description ("sett")

    2. docs/manual/settings_local.py (Diff revision 1)
       
       
      Show all issues

      Can you comment this?

    3. 
        
    chipx86
    reviewbot
    1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
      docs/manual/settings_local.py
      Ignored Files:
      docs/manual/Makefile

    2. 
        
    reviewbot
    1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
      docs/manual/settings_local.py
      Ignored Files:
      docs/manual/Makefile

    2. 
        
    david
    1. Ship It!

    2. 
        
    chipx86
    Review request changed
    Status:
    Completed